At 9:03 AM +0545 7/18/01, Deependra B. Tandukar wrote:
>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?

Not in plain SQL.  Are you using some programming language?

>
>Looking forward to hearing from you.
>
>Warm Regards,
>DT


-- 
Paul DuBois, [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