I have 2 tables.
"TABLE_A" has "TA_ID" field
The value in this field is 1 , 2 , 3 , 4 , 5 , 6 and 7
and
"TABLE_B" has "TB_ID" field
The value in this field is 1 , 2 , 3 and 8
TABLE_A.TA_ID different TABLE_B.TB_ID is 4 , 5 and 6 (follow to mathematics)
How to? i want to select that data in the SQL language by use SELECT command.
Thanks