Added comments

This commit is contained in:
Maksim Kita 2021-05-17 10:25:50 +03:00
parent 6c334800c3
commit 3a822d2832
2 changed files with 4 additions and 1 deletions

View File

@ -1,3 +1,5 @@
<!--
-- TODO: Return this test after simplifying InterpreterSelectQuery
<test>
<tags>
<tag>comparison</tag>
@ -28,4 +30,4 @@
<query><![CDATA[SELECT count() FROM hits_100m_single WHERE Title < URL]]></query>
<query><![CDATA[SELECT count() FROM hits_100m_single WHERE Title < PageCharset]]></query>
</test>
</test> -->

View File

@ -1,3 +1,4 @@
-- TODO: Return this test after simplifying InterpreterSelectQuery
-- SELECT count() FROM system.numbers WHERE number != number;
-- SELECT count() FROM system.numbers WHERE number < number;
-- SELECT count() FROM system.numbers WHERE number > number;