标签: sqlite
我用表格计算表中的不同x:
create table tmp as select distinct x from balance ; select count(x) from tmp ;
如何将它们组合成一个简单的sqlite命令?