Create table using sysdate
Hello Team,
can you please help in creating a table with dynamic table name like (appending the sysdate to the table name)
i tried few option but no luck
CREATE TABLE temp_bkup_||TO_CHAR(today,'DDMMYY') as select * from empl;
Thanks
sankar
0