Files
greptimedb/tests/cases/standalone/common/show/show_collation.sql
dennis zhuang 8f2ce4abe8 feat: impl show collation and show charset statements (#3753)
* feat: impl show collation and show charset statements

* docs: add api docs
2024-04-20 06:01:32 +00:00

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';