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)?CodePudding user response:
You want to say is: select * from xx in the where XXX (select colname from XXXX)?