I need to mount a query to fetch records in table A, with records filter from table B. Something like:
SELECT * FROM tabelaA tblA WHERE tblA.coluna IN (1,2,3,...)
The values contained in the "IN" filter come from table B and in some cases...
asked by
10.03.2015 / 13:32