mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-11-24 00:22:29 +00:00
4 lines
131 B
SQL
4 lines
131 B
SQL
set compatibility='a.a'; -- { serverError BAD_ARGUMENTS }
|
|
select value, changed from system.settings where name = 'compatibility'
|
|
|