DEFAULT NULL NULL

Found myself running the following command today:

ALTER TABLE mytable
MODIFY (mycolumn DEFAULT NULL NULL);

I know – I’m easily entertained 🙂

Designing a PL/SQL API – BOOLEAN or CHAR?
Constrain a table to only 1 row

Comments

  1. Can I ask what its meaning and use?

Leave a Reply

Your email address will not be published / Required fields are marked *