SQL Language (MOSC)

MOSC Banner

Create table using sysdate

edited Jul 4, 2013 8:42PM in SQL Language (MOSC) 3 commentsAnswered ✓
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

Howdy, Stranger!

Log In

To view full details, sign in to My Oracle Support Community.

Register

Don't have a My Oracle Support Community account? Click here to get started.

Category Leaderboard

Top contributors this month

New to My Oracle Support Community? Visit our Welcome Center

MOSC Help Center