I'm working on a query like this:
SELECT * FROM requests where (id,langid) IN (SELECT nid,langid FROM node)
My questions are
does this work in mysql and postgresql ?
is this something supported by Standard SQL ?
I know is not the best solution and a JOIN would work but I'm not interested in that.
See Question&Answers more detail:
os 与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…