Home > database >  MySQL how to use the query as a parameter to the value
MySQL how to use the query as a parameter to the value

Time:09-24


I want to use colname query the value as a parameter
As shown in figure
I want to achieve is the select * from xx group deptment

CodePudding user response:

You want to say is: select * from xx in the where XXX (select colname from XXXX)?
  • Related