DEFAULT NULL NULL
Found myself running the following command today:
ALTER TABLE mytable
MODIFY (mycolumn DEFAULT NULL NULL);
I know – I’m easily entertained :)
Found myself running the following command today:
ALTER TABLE mytable
MODIFY (mycolumn DEFAULT NULL NULL);
I know – I’m easily entertained :)
From → SQL
I'm an Oracle developer interested in database design, performance tuning, SQL, PL/SQL, and Application Express (APEX). I live on Iced Coffee.
Blog at WordPress.com. | Theme: Titan by The Theme Foundry.
Can I ask what its meaning and use?
That, my friend, is an exercise for the reader :)