databend
databend copied to clipboard
Feature: Support from <table> to simplify select * from <table>
Summary
Because of https://news.ycombinator.com/item?id=39129711
Now Databend support from <table> select *;
.
So Select statement should be simplified as well.
We can support from <table>
like select * from <table>;
.
Syntax:
FROM <SINGLE_TBALE_NAME>
-- SELECT * FROM <SINGLE_TABLE_NAME>