ClickHouse/tests/queries/0_stateless/00471_sql_style_quoting.sql

2 lines
81 B
MySQL
Raw Normal View History

SELECT "ta`ble".dummy, 'hello''world' AS "hel""lo" FROM system.one AS `ta``ble`;