Issue description
CrateDB needs to support the DEFAULT special keyword, like PostgreSQL does.
Expected Behavior
CrateDB supports such an invocation of SQL statements.
CREATE TABLE t (a INTEGER DEFAULT 5);
INSERT INTO t VALUES (DEFAULT);
Actual Behavior
CrateDB currently lacks corresponding PostgreSQL feature.
/cc @hlcianfagna
Issue description
CrateDB needs to support the
DEFAULTspecial keyword, like PostgreSQL does.Expected Behavior
CrateDB supports such an invocation of SQL statements.
DEFAULTkeyword inINSERTstatements crate/crate#14575Actual Behavior
CrateDB currently lacks corresponding PostgreSQL feature.
/cc @hlcianfagna