Hi, Anyone can help me about on sql query? I have two table "client" and "client_mat ". where their field are same and two table data must be same, But In here client table has some data and client_mat has large number of data.
In client table data also exits on the client_mat table. Now I want to copy non-similar (client.id!=cli ent_mat.id) data from client_mat to client table. But how to do it.
I wait for answer. Please suggest me.
In client table data also exits on the client_mat table. Now I want to copy non-similar (client.id!=cli ent_mat.id) data from client_mat to client table. But how to do it.
I wait for answer. Please suggest me.
Comment