Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: fix vertical whitespace in UPDATE

...

UPDATE will be updated to let user specify DEFAULT keyword.

Example:

 

  • UPDATE TABLE1 SET COL1=DEFAULT, COL2=DEFAULT WHERE <CONDITION>

...