Import the data in main table from another table if that data not exist in main table Tip #30
Import the data in main table from another table if that data not exist in main table Tip #30
Dear Friends,
Sometimes we get task like, we need to import data in a target table from a source table and the condition is that the data which we are going to import should not exist in target table .
To achieve this we have two ways
1) Left outer join
2) Except clause
Lets understand this by an example
Suppose in my database I have a table with name tblUser which has few columns and few…
View On WordPress

















