select count(*) from TABLE_6CF
|
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 E
| ||
select count(*) from TABLE_6CF group by F
|
LOAD DATA TABLE_6CF [5000000 ROWS]
|
select count(*) from TABLE_6CF
| ||
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 E
| ||
select count(*) from TABLE_6CF group by F
| ||
LOAD DATA TABLE_6CF [5000000 ROWS]
|