Description
Support DEFAULT keyword in INSERT e.g.
INSERT INTO TABLE t values (DEFAULT, DEFAULT)
or with UPDATE
UPDATE TABLE t SET col1=DEFAULT WHERE col2 > 4
Attachments
Attachments
Issue Links
There are no Sub-Tasks for this issue.