зеркало из
https://github.com/iharh/notes.git
synced 2025-10-30 05:06:05 +02:00
8 строки
241 B
Plaintext
8 строки
241 B
Plaintext
https://clickhouse.com/docs/en/integrations/sql-clients/cli
|
|
|
|
https://clickhouse.com/docs/en/integrations/sql-clients/cli#cli_aliases
|
|
\l - SHOW DATABASES
|
|
\d - SHOW TABLES
|
|
\c <DATABASE> - USE DATABASE
|
|
. - repeat the last query
|