i have two tables in my sql database of 1 million records, is there a way to find out the non matchi
Posted
by sharma
on Stack Overflow
See other posts from Stack Overflow
or by sharma
Published on 2010-04-28T08:15:21Z
Indexed on
2010/04/28
8:23 UTC
Read the original article
Hit count: 223
mysql
i have two large tables in a database.
table 1 with 2 fields rank,name
and
table2 with 2 fields rank,name.
both are of 1 million records.
can you write php sql code to fetch those records which exists in table2 but does not exist in table1.
© Stack Overflow or respective owner