Hi,

I've got 2 tables in mysql, table 1 which contains records with fields like
+ADSM



in table 2, I got records like:

+ADSM           anr2343E
+ADSM           anr4523E
+ADSM           anr7823E


now, i'd like to change each record in table1 where a field contains a +ADSM
entry, lookup the corresponding records in table 2, and, in this case for
example, add 3 records to table1  where the +ADSM field is replaced by
anr2343e in record 1, anr4523e in record 2 and anr7823e in record 3.

But i have no idea if this is possible in mysql, and if it is, how I should
do it.

can anyone help ?


thanks,

Tom.
regards,



Tom Van Overbeke
Atos Origin 
Managed Services
Unix/WAN/Tivoli
Minervastraat 7
B-1930 Zaventem
Tel.   : +32 (2) 712 2650
Fax    : +32 (2) 712 2622
E-mail : [EMAIL PROTECTED]



---------------------------------------------------------------------
Before posting, please check:
   http://www.mysql.com/manual.php   (the manual)
   http://lists.mysql.com/           (the list archive)

To request this thread, e-mail <[EMAIL PROTECTED]>
To unsubscribe, e-mail <[EMAIL PROTECTED]>
Trouble unsubscribing? Try: http://lists.mysql.com/php/unsubscribe.php

Reply via email to