On Aug 25, 7:22 am, Thomas Mueller <[email protected]> wrote:
> > Is it possible to move a table X from schema S1 to S2 without copying > > all data? > > No, currently you need to create a new table. I will add a feature request. Cool, thanks. Preferred syntax: ALTER TABLE xxx SET SCHEMA yyy; -- Aaron Digulla -- 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.
