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