Hello list,
I'm using mySql database and i have two tables.
In this two tables, there are two fields which are the same:
product and serial_no..
I want to do select sql query, which get the product and serial_no from this
two tables and transfer two another temp table..
Currently what i'm doing is, doing two sql queries for each table. So, this
temp table will have many duplicate records..
How to do this using one sql query and make sure no duplicate records??
*** records is this two tables might be same sometimes...
Thanks a lot..
Best Regards,
Parames.S
I'm using mySql database and i have two tables.
In this two tables, there are two fields which are the same:
product and serial_no..
I want to do select sql query, which get the product and serial_no from this
two tables and transfer two another temp table..
Currently what i'm doing is, doing two sql queries for each table. So, this
temp table will have many duplicate records..
How to do this using one sql query and make sure no duplicate records??
*** records is this two tables might be same sometimes...
Thanks a lot..
Best Regards,
Parames.S