Description
There should be a way to set a default value for a column/field if the one is not specified during an insert operation. In general, we need to support <field> DEFAULT <value> in a way it's show below:
CREATE TABLE Persons ( ID int, FirstName varchar(255), Age int, City varchar(255) DEFAULT 'Sandnes' );
Attachments
Issue Links
- is related to
-
IGNITE-7260 DDL needs to support DEFAULT value for ADD COLUMN operation
- Open
- relates to
-
IGNITE-7353 Document CREATE TABLE ... DEFAULT feature
- Closed
- links to