2010-09-03 42 views

回答

1
SELECT table2.c, table2.d 
FROM table2 
JOIN table1 ON table2.some_common_field = table1.other_common_field 
WHERE (table1.a = XXX) AND (table1.b = YYY) 
相關問題