A
aw
Could anyone can help?!
I have 2 tables :
Table 1 : tbl_customer master
Cust_code Customer Address
AA001 ABC Ltd 1000, BB Road..
Table 2 : excel_customer update
Cust_code Customer Address
AA001 ABC JV Ltd 1003, AA Road..
Questions :
How I can update table 1’s records base on table 2? i.e. overwrite (if
already exist)& append (if record not present previously)
Thx a lot in advance.
I have 2 tables :
Table 1 : tbl_customer master
Cust_code Customer Address
AA001 ABC Ltd 1000, BB Road..
Table 2 : excel_customer update
Cust_code Customer Address
AA001 ABC JV Ltd 1003, AA Road..
Questions :
How I can update table 1’s records base on table 2? i.e. overwrite (if
already exist)& append (if record not present previously)
Thx a lot in advance.