RA
Size: a a a
RA
DN
DN
DN
D
DN
DN
DN
DN
DN
DT
D
select mark, model, partname, count(*) count, countIf(1,device='mobile') as count_mobile,... from table group by mark, model, partname order by count Desc.
D
M
select table.*, my_table_dict.* from table inner join my_table_dict
select *, dictGet() from table
SC
select table.*, my_table_dict.* from table inner join my_table_dict
select *, dictGet() from table
SC
D
M
M
М