I'm trying to change the name of a table in H2, but I can not find the syntax.
Does anyone know?
I'm trying to change the name of a table in H2, but I can not find the syntax.
Does anyone know?
I discovered the syntax:
Example:
ALTER TABLE TEST RENAME TO MY_DATA
Reference: H2 Database Engine Grammar Handbook: Available at: link