mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-11-06 15:42:39 +00:00
12 lines
416 B
XML
12 lines
416 B
XML
<test>
|
|
|
|
<preconditions>
|
|
<table_exists>hits_100m_single</table_exists>
|
|
</preconditions>
|
|
|
|
|
|
|
|
<query>SELECT categoricalInformationValue(Age < 15, IsMobile) from hits_100m_single</query>
|
|
<query>SELECT categoricalInformationValue(Age < 15, Age >= 15 and Age < 30, Age >= 30 and Age < 45, Age >= 45 and Age < 60, Age >= 60, IsMobile) from hits_100m_single</query>
|
|
</test>
|