On 2014-03-27 23:57, Anteneh Mamo wrote:
when we try to run the sql statement : *WITH TMP1 AS (SELECT col1 FROM table1) SELECT TMP1.col1 FROM TMP1*. we are getting the below exception
At the moment we only support recursive with statements i.e. WITH X(N) so you'll have to rewrite that using a normal joib. -- 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. For more options, visit https://groups.google.com/d/optout.
