mirror of
https://github.com/apache/datafusion-sqlparser-rs.git
synced 2025-09-15 02:15:03 +00:00
Fix typo in the README
Closes https://github.com/ballista-compute/sqlparser-rs/issues/269
This commit is contained in:
parent
01a2a6bd0c
commit
cf7263c294
1 changed files with 1 additions and 1 deletions
|
@ -43,7 +43,7 @@ AST: [Query(Query { ctes: [], body: Select(Select { distinct: false, projection:
|
||||||
## Command line
|
## Command line
|
||||||
To parse a file and dump the results as JSON:
|
To parse a file and dump the results as JSON:
|
||||||
```
|
```
|
||||||
$ cargo run --feature json_example --example cli FILENAME.sql [--dialectname]
|
$ cargo run --features json_example --example cli FILENAME.sql [--dialectname]
|
||||||
```
|
```
|
||||||
|
|
||||||
## SQL compliance
|
## SQL compliance
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue