Subject How use IN with many field?
Author Pham Huu Le Quoc Phuc
I want to write a following query



select *

from A

where a.field1, a.field2

in

(select B.field1, B.field2

from B)



[Non-text portions of this message have been removed]