Skip to content

Commit

Permalink
Update 01-query-select.md
Browse files Browse the repository at this point in the history
  • Loading branch information
soyeric128 committed Feb 11, 2025
1 parent af1710d commit 57553c3
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -230,6 +230,7 @@ SELECT * FROM my_table;
```

Databend extends SQL syntax by allowing queries to start with `FROM <table>` without explicitly using `SELECT *`:

```sql
FROM my_table;
```
Expand Down

0 comments on commit 57553c3

Please sign in to comment.