You can create session local temporary views in h2. That should be sufficient.
On Saturday, 8 March 2014, Sergi Vladykin <[email protected]> wrote: > Thomas, > > As far as I see H2 requires WITH clause to be a recursive query now, is > there any reason why usual queries are not supported as local temporary > views here? > My problem: I want to avoid schema population with views and it is > preferable to have them parametrized, so WITH seems to be a way to go but > it does not work. > Or is there at least any other way to create local temporary views? > > Sergi > > -- > 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]<javascript:_e(%7B%7D,'cvml','h2-database%[email protected]');> > . > To post to this group, send email to > [email protected]<javascript:_e(%7B%7D,'cvml','[email protected]');> > . > Visit this group at http://groups.google.com/group/h2-database. > For more options, visit https://groups.google.com/d/optout. > -- 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.
