Hi,
I have 2 tables : table1(name, lastname) and
table2(name,lastname,iduser) and I have to create a SQL command which
must do this :
If in the table1 I have :
name lastname
durand michael
dupond john
and in table2 :
name lastname iduser
durand michael toto
dupond john toto
durand michael tutu
I must have a result like this dupond,john,tutu because tutu have not
all the data from table1.
Thanks
I have 2 tables : table1(name, lastname) and
table2(name,lastname,iduser) and I have to create a SQL command which
must do this :
If in the table1 I have :
name lastname
durand michael
dupond john
and in table2 :
name lastname iduser
durand michael toto
dupond john toto
durand michael tutu
I must have a result like this dupond,john,tutu because tutu have not
all the data from table1.
Thanks