Greetings !

I have following tables in MySQL:

TableItem
id    list
1     Banana
2     Orange
3     Mango

Other tables are:
Banana, Orange, Mango

Instead of selecting Table Banana directly I need to select it as "select
$TableItem.list where id=1" or something like that for editing or deleting
items in Table Banana . I tried to do like this but doesn't work. Does it
work somehow?

Looking forward to hearing from you.

Warm Regards,
DT


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