Files
greptimedb/tests/cases/distributed/select/dummy.sql
elijah 9a30ba00c4 test: run sqlness test in distributed mode (#916)
* test: run sqlness test in distributed mode

* chore: fix ci test

* chore: improve the ci yaml

* chore: improve the code

* chore: fix conflicts
2023-01-31 15:00:11 +08:00

12 lines
95 B
SQL

select 1;
select 2 + 3;
select 4 + 0.5;
select "a";
select "A";
select * where "a" = "A";