rupinder singh grewal wrote:
Hello,
If i am using a query with alias like
select col1 from table1 as t
then in the ResultSetMetaData object thet table name
returned is t and not table1.
Is this the default behaviour.
Thanks and Regards,
Gary Grewal
To unsubscribe, send a message to the address shown in the
List-Unsubscribe header of this message. If you cannot see it,
e-mail java...@lists.mysql.com instead.
MySQL itself does not return this information (yet), so the driver can't
do anything about it.
-mark