doc update

This commit is contained in:
Neil O'Toole 2021-01-03 22:21:22 -07:00
parent 1b02fc6aa8
commit 36b4a6554b

View File

@ -205,7 +205,7 @@ actor 200 table - 4 actor_id, first_name, last_name, last_update
`sq` query results can be output in various formats (JSON, XML, CSV, etc), and can also be "outputted" as an *insert* into database sources.
Thus, you can use `sq` to insert results from a Postgres query into a MySQL table, or copy an Excel worksheet into a SQLite table, or a push a CSV file into a SQL Server table etc.
That is, you can use `sq` to insert results from a Postgres query into a MySQL table, or copy an Excel worksheet into a SQLite table, or a push a CSV file into a SQL Server table etc.
> **Note:** If you want to copy a table inside the same (database) source, use `sq tbl copy` instead, which uses the database's native table copy functionality.