Viewing 4 posts - 1 through 4 (of 4 total)
that's the reason I used MINUS..
October 27, 2017 at 2:35 pm
#1965621
there is no one to one mapping between these 2 tables..
October 27, 2017 at 2:28 pm
#1965618
I'm just trying to delete data from Table1 which does not exist in Table2...that's it..
October 27, 2017 at 2:23 pm
#1965615
I tried it did not work my script looks like this
(select col1 from Table1 MINUS select concat('A_',col1) from Table2 where Col2 = '748' and
October 27, 2017 at 2:12 pm
#1965612