I tried the following using h2-*1.3.171*.jar. Here's what I found for this query: select name, count(*) from people_crm where age < 45 group by name having count(*) > 100 order by name
1. Although I see the getGroupBy, getHaving methods, they return null 2. I see a condition field inside Select but there is no getter method 3. There is no getOrderBy method 2 images attached from the debug session. What am I missing? Thanks. <https://lh3.googleusercontent.com/-0hyZTXRaCjM/UXB0Qzw74bI/AAAAAAAABlI/rkVO4mR7QzY/s1600/b.PNG><https://lh4.googleusercontent.com/-BjSuhn75EQA/UXB0AO3Pb5I/AAAAAAAABlA/_x1-S4y680M/s1600/a.PNG> -- You received this message because you are subscribed to the Google Groups "H2 Database" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at http://groups.google.com/group/h2-database?hl=en. For more options, visit https://groups.google.com/groups/opt_out.
