1
I’m trying to change the name of a table in H2, but I can’t find the syntax.
Does anyone know?
1
I’m trying to change the name of a table in H2, but I can’t find the syntax.
Does anyone know?
1
I found the syntax:
Example:
ALTER TABLE TEST RENAME TO MY_DATA
Reference: H2 Database Engine grammar manual: Available in : http://www.h2database.com/html/grammar.html#alter_table_rename_constraint
Browser other questions tagged sql h2database
You are not signed in. Login or sign up in order to post.
If you have the reference to the official documentation I believe it will attract more positive
– Jefferson Quesado