<code>SELECT COUNT(distinct(uid)) FROM nazou.items_want </code>
Sometimes you need to check what uid
is in a table like the one above, and use the count
method of medoo
. How can you achieve the function like the above statement?
<code>SELECT COUNT(distinct(uid)) FROM nazou.items_want </code>
Sometimes you need to check what uid
is in a table like the one above, and use the count
method of medoo
. How can you achieve the function like the above statement?