Rename table using sysdate!
708264Oct 19 2009 — edited Oct 29 2009I have a statement : rename AA_QISATE_INFO_PROCESSLOG to AA_QISATE_INFO_PROC20090805
This statement is present in .sql file which is having 50 other statements
I want to rename a table with to AA_QISATE_INFO_PROC<sysdate>. I do not want to hardcode date value at the end of table name.