Hello,
The method ResultSetMetaData.getTableName () always returns the table
and not the alias of the query.
EJ. select * from Tabla as T1 left join Tabla as T2 on T1.id =
T2.idparent

Can I change this behavior?
In the consultations that appears twice in the same table can not be
distinguished fields one and other.

Thanks, Greetings

-- 
You received this message because you are subscribed to the Google Groups "H2 
Database" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to 
[email protected].
For more options, visit this group at 
http://groups.google.com/group/h2-database?hl=en.

Reply via email to