mirror of
https://github.com/GreptimeTeam/greptimedb.git
synced 2026-08-18 03:58:29 +00:00
8f2ce4abe8
* feat: impl show collation and show charset statements * docs: add api docs
11 lines
159 B
SQL
11 lines
159 B
SQL
SHOW COLLATION;
|
|
|
|
SHOW COLLATION LIKE 'utf8';
|
|
|
|
|
|
SHOW COLLATION WHERE Charset = 'utf8';
|
|
|
|
SHOW COLLATION WHERE Charset = 'latin1';
|
|
|
|
SHOW COLLATION LIKE 'latin1';
|