hi there i would like to find out how to get the table from a field if i am joining 
three tables together for instance  select a.id, b.id, c.id from a, b, c

when i get the results i need to be able to get the table name a if i get the result 
from a.id , is it possible ?


--
MySQL General Mailing List
For list archives: http://lists.mysql.com/mysql
To unsubscribe:    http://lists.mysql.com/[EMAIL PROTECTED]

Reply via email to