时间:2021-07-01 10:21:17 帮助过:90人阅读
SELECT COUNT(distinct(uid)) FROM nazou.items_want
有时候需要像上面那条那样,查一下某个表里有哪些uid
,使用medoo
的count
方法,怎么做到上面那条语句那样的功能?
SELECT COUNT(distinct(uid)) FROM nazou.items_want
有时候需要像上面那条那样,查一下某个表里有哪些uid
,使用medoo
的count
方法,怎么做到上面那条语句那样的功能?