You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to H2 Database
Hi,
is there any way in H2 database to move existing tables to different
schema. For example, I have one table 'TABLE_A' with some data in
default schema PUBLIC.
I created new schema MY_SCHEMA and want to move TABLE_A and all of its
content to schema MY_SCHEMA.
I tried:
UPDATE INFORMATION_SCHEMA.TABLES SET TABLE_SCHEMA = 'MY_SCHEMA' WHERE
TABLE_SCHEMA = 'PUBLIC' AND TABLE_NAME = 'TABLE_A'
but I got:
Feature not supported: "META"; SQL statement: [...]
Thanks in advance for any help
Matthew
Bryan
unread,
Jun 28, 2011, 11:56:49 AM6/28/11
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message