mirror of
https://github.com/apache/datafusion-sqlparser-rs.git
synced 2025-08-31 19:27:21 +00:00
Remove duplicate title from README
This commit is contained in:
parent
401f01cb41
commit
78439bfa18
1 changed files with 0 additions and 2 deletions
|
@ -14,8 +14,6 @@ A secondary goal is to make it easy for others to use this library as a foundati
|
||||||
|
|
||||||
The current code is capable of parsing some trivial SELECT and CREATE TABLE statements.
|
The current code is capable of parsing some trivial SELECT and CREATE TABLE statements.
|
||||||
|
|
||||||
## Example
|
|
||||||
|
|
||||||
```rust
|
```rust
|
||||||
let sql = "SELECT a, b, 123, myfunc(b) \
|
let sql = "SELECT a, b, 123, myfunc(b) \
|
||||||
FROM table_1 \
|
FROM table_1 \
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue