如图,查询uid23所有count总数,怎么查呀还有pid
select cont(*) from 表明 where uid=23 如果是字符串的话可以加引号!
SELECT SUM(count) FROM xxx WHERE uid=23