Home  >  Article  >  Backend Development  >  How to use sql function in column parameter in medoo?

How to use sql function in column parameter in medoo?

WBOY
WBOYOriginal
2016-09-22 08:56:501876browse

<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?

Reply content:

<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?

Statement:
The content of this article is voluntarily contributed by netizens, and the copyright belongs to the original author. This site does not assume corresponding legal responsibility. If you find any content suspected of plagiarism or infringement, please contact admin@php.cn