You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
- `--query` (shorthand `-q`) The SQL query to run.
453
+
- `--file` (shorthand `-f`) The path to the SQL script to run.
453
454
454
-
When passing in files, you may read from standard input by specifying the filename `-`.
455
+
When passing in files, you may readone file from standard input by specifying the filename `-`.
455
456
456
457
Table names are derived from the CSV filenames by taking the base filename without the file extension. For example, `test-files/stats.csv` is referenced as a table with the name `stats`. The table from standard input `-` should be referenced as the table `stdin`.
0 commit comments