How to use sql function in column parameter in medoo?

WBOY
Release: 2016-09-22 08:56:50
Original
1849 people have browsed it

<code>SELECT COUNT(distinct(uid)) FROM nazou.items_want 
</code>
Copy after login
Copy after login

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>
Copy after login
Copy after login

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?

Related labels:
source:php.cn
Statement of this Website
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
Popular Tutorials
More>
Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template
About us Disclaimer Sitemap
php.cn:Public welfare online PHP training,Help PHP learners grow quickly!