]
Ramesh Reddy reassigned TEIID-4784:
-----------------------------------
Assignee: Ramesh Reddy
Provide functionality to perform RENAME table in DDL scripts
------------------------------------------------------------
Key: TEIID-4784
URL:
https://issues.jboss.org/browse/TEIID-4784
Project: Teiid
Issue Type: Feature Request
Components: Query Engine
Affects Versions: 9.3
Reporter: Bram Gadeyne
Assignee: Ramesh Reddy
Allow rename commands like:
ALTER TABLE "teiidtest" RENAME TO "tmptbl_teiidtest";
This should rename the table name teiidtest in the current schema to tmptbl_teiidtest.