Ok I need help
So i have table with primary key ID,
it's fills with something like 1,2,4,5
So and i have another table in which i would like to put data from first 
table from row ID
how to do this
|--------|          |--------|
| test1  |          | test2  |
|--------|          |--------|
| ID     |--------> | Cus_ID |
| name   |          | aaa    |
| bla    |          | aaa1   |
|--------|          |--------|
in this table
ID - primary key

datas from ID in table test1 must be inserted into test2 in row Cus_ID
How to do this ?!
_________________________________________________________________________
Get Your Private, Free E-mail from MSN Hotmail at http://www.hotmail.com.


---------------------------------------------------------------------
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