Well my problem is like this:
I have to work with a database that has the tables 'user' and 'phone':
Tha connection between these tables is with the key 'iduser' in table user and 'user' in table phone.
In the table phone I have 98 entries and in the table user I have 1240 entries, how I can complete the 1240 with a default value in table phone using the iduser of table user without repeat the entries that exist now?
Is there a way to do that? I have to do it because I would only do a query instead 2 or 3. Thanks and sorry for my bad English.