Hi there,
suppose I have a simple select statement:

select category.id, forum.id
from category, forum

H2 will return both columns as "ID", whereas e.g. MySQL will return
(CATEGORY.ID | FORUM.ID). Is that the expected behaviour? Kinda throws
off my iBatis :)

Cheers,
Marco
--~--~---------~--~----~------------~-------~--~----~
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