How can I rename a table in monetdb?
The typical SQL statement ALTER TABLE name RENAME TO new_name is not supported.
Also consider creating a SQL view with the new name, e.g. CREATE VIEW newname AS SELECT * FROM oldname;
This has the advantage of no data being copied around at all.
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With