here is my sql = "select rowCode as code ,rowno as no from
rpt_view_rowDefine where reportTemplateID ='2623' order by rowno "

finally I get the Map List with key ROWCODE, ROWNO
but I expect Map List with key CODE, NO

I found it work right in mysql and oracle. It looks right when i use
the h2 web browser to run the SQL
but when I use spring getJdbcTemplate().queryForList it's not the
result I want.Is this a bug?

quarph

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