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.
| Jeffrey Kemp on Trivia question: Why does the… | |
| Toon Koppelaars on Trivia question: Why does the… | |
| Jeffrey Kemp on Trivia question: Why does the… | |
| Toon Koppelaars on Trivia question: Why does the… | |
| Jeffrey Kemp on Trivia question: Why does the… |
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 :)