What's the best way to go through > 100 conditions in one SELECT statement in MySQL?

前端 未结 0 1841
别跟我提以往
别跟我提以往 2020-12-21 13:32

I have a query that fetches some groups in Moodle:

select 
    g.id groupid, 
    g.name groupname, 
    count(distinc         


        
相关标签:
回答
  • 消灭零回复
提交回复
热议问题