mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-11-15 12:14:18 +00:00
a47355877e
It can be useful to match versions, since in some tables (system.trace_log) there is only revision column. P.S. came to this when was digging into stress reports from CI. P.P.S. case insensitive by analogy with version(). Signed-off-by: Azat Khuzhin <a.khuzhin@semrush.com>
2 lines
76 B
SQL
2 lines
76 B
SQL
SELECT revision()=Revision(), REVISION()=Revision(), revisiON()=reVision();
|