README clarifications

This commit is contained in:
neilotoole 2024-01-28 15:31:22 -07:00
parent 5bc4370c9a
commit 9f59bc4c76

View File

@ -123,7 +123,7 @@ $ sq ping
> [!TIP] > [!TIP]
> Document sources such as CSV or Excel can be added from the local filesystem, or > Document sources such as CSV or Excel can be added from the local filesystem, or
> from a remote HTTP URL. > from an HTTP URL.
> >
> ```shell > ```shell
> $ sq add https://acme.s3.amazonaws.com/sales.csv > $ sq add https://acme.s3.amazonaws.com/sales.csv
@ -218,7 +218,8 @@ That is, you can use `sq` to insert results from a Postgres query into a MySQL t
or copy an Excel worksheet into a SQLite table, or a push a CSV file into or copy an Excel worksheet into a SQLite table, or a push a CSV file into
a SQL Server table etc. a SQL Server table etc.
> **Note:** If you want to copy a table inside the same (database) source, > [!TIP]
> If you want to copy a table inside the same (database) source,
> use [`sq tbl copy`](https://sq.io/docs/cmd/tbl-copy) instead, which uses the database's native table copy functionality. > use [`sq tbl copy`](https://sq.io/docs/cmd/tbl-copy) instead, which uses the database's native table copy functionality.
Here we query a CSV file, and insert the results into a Postgres table. Here we query a CSV file, and insert the results into a Postgres table.