mark some file to been opensource for ce-farm

This commit is contained in:
niyuhang
2023-11-15 11:44:43 +00:00
committed by ob-robot
parent 4900683cff
commit c8ace58297
685 changed files with 1080566 additions and 111051 deletions

View File

@ -0,0 +1,6 @@
drop table if exists a1;
create table a1(rowkey_suffix int primary key, price int) ;
select count(distinct price) from a1;
count(distinct price)
100
drop table a1;