hi guys,
SELECT A.col1, A.col2, A.col3,
A.col4, A.col5, A.col6, A.col7
FROM table A, table B
WHERE A.col1 <> B.col1(of table B),
while i was running this query fetching huge data
surime72 wrote:hi guys,
SELECT A.col1, A.col2, A.col3,
A.col4, A.col5, A.col6, A.col7
FROM table A, table B
WHERE A.col1 <> B.col1(of table B),
while i was running this query fetching huge data