I have two tables in a mysql db:

|------------------------------------+------------------------------------|
|games                               |30000                               |
|------------------------------------+------------------------------------|
|eat                                 |20000                               |
|------------------------------------+------------------------------------|



mangiare
|------------------------------------+------------------------------------|
|cakes                               |10000                               |
|------------------------------------+------------------------------------|
|drinks                              |5000                                |
|------------------------------------+------------------------------------|
|vegetables                          |5000                                |
|------------------------------------+------------------------------------|


I'd like to have a statement that inserts into the first table the amount
of the second column of the second table. Is this possible?

Hi,
Carlo.







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