ClickHouse/tests/queries/0_stateless/01773_case_sensitive_revision.sql
Azat Khuzhin a47355877e
Add revision() function (#38555)
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>
2022-06-30 12:58:26 +02:00

2 lines
76 B
SQL

SELECT revision()=Revision(), REVISION()=Revision(), revisiON()=reVision();