Jesse Sheidlower wrote:
> How do you get the table name returned as part of the query
> results? Or am I misunderstanding how one would work with the
> results?

Try:
        SELECT *,'TABLEA' FROM TABLEA
        UNION
        SELECT *,'OTHERTABLE' FROM OTHERTABLE

Herman

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