Yes, it is possible: SELECT q2.id , q1.data , q2.otherdata FROM ((...somequery...) q1 INNER JOIN (...somequery...) q2 ON (CASE WHEN ...
確定! 回上一頁