select count(1) from TABLE_6CF where K1 in ('A', 'B', 'C', 'D')
| select count(1) from TABLE_6CF where K1 in ('A', 'C')
|
select count(*) from TABLE_6CF where f < 1000
|
select a,b,c,d,e,f from TABLE_6CF where B>1000 and B<2000 and f>1000 and f<2000
|
select sum(a),sum(b),sum(c),sum(d) from TABLE_6CF group by K1
|
select count(1) from TABLE_6CF where K1 in ('A', 'B', 'C', 'D')
| select count(1) from TABLE_6CF where K1 in ('A', 'C')
|
select count(*) from TABLE_6CF where f < 1000
|
select a,b,c,d,e,f from TABLE_6CF where B>1000 and B<2000 and f>1000 and f<2000
|
select sum(a),sum(b),sum(c),sum(d) from TABLE_6CF group by K1
|
select count(*) from TABLE_6CF group by A
|
select count(*) from TABLE_6CF group by B
|
select count(*) from TABLE_6CF group by C
|
select count(*) from TABLE_6CF group by D
|
select count(*) from TABLE_6CF group by ESQL Exception - Check logs for PHOENIX-SNAPSHOT |
|
select count(*) from TABLE_6CF group by FSQL Exception - Check logs for PHOENIX-SNAPSHOT |
|
select count(*) from TABLE_6CF where f < 10000
|
LOAD DATA TABLE_6CF [5000000 ROWS]
|