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 🙂
Islam
14 February 2012 - 1:32 am
Can I ask what its meaning and use?
Jeffrey Kemp
14 February 2012 - 10:58 am
That, my friend, is an exercise for the reader 🙂