mirror of
https://github.com/tursodatabase/limbo.git
synced 2025-08-03 17:48:17 +00:00
Edit help message
This commit is contained in:
parent
1f21cf6a71
commit
18a1055088
1 changed files with 4 additions and 0 deletions
|
@ -759,6 +759,7 @@ Special Commands:
|
|||
.cd <directory> Change the current working directory.
|
||||
.nullvalue <string> Set the value to be displayed for null values.
|
||||
.echo on|off Toggle echo mode to repeat commands before execution.
|
||||
.import --csv FILE TABLE Import csv data from FILE into TABLE
|
||||
.help Display this help message.
|
||||
|
||||
Usage Examples:
|
||||
|
@ -790,6 +791,9 @@ Usage Examples:
|
|||
9. Show the current values of settings:
|
||||
.show
|
||||
|
||||
10. To import csv file 'sample.csv' into 'csv_table' table:
|
||||
.import --csv sample.csv csv_table
|
||||
|
||||
Note:
|
||||
- All SQL commands must end with a semicolon (;).
|
||||
- Special commands do not require a semicolon."#;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue