<code>SELECT COUNT(distinct(uid)) FROM nazou.items_want </code>
有时候需要像上面那条那样,查一下某个表里有哪些uid
,使用medoo
的count
方法,怎么做到上面那条语句那样的功能?
<code>SELECT COUNT(distinct(uid)) FROM nazou.items_want </code>
有时候需要像上面那条那样,查一下某个表里有哪些uid
,使用medoo
的count
方法,怎么做到上面那条语句那样的功能?