Skip to content

support for constants #94

@cyberhuman

Description

@cyberhuman

It would be nice if something like this would be supported:

set foo = 1;
set bar = 2;
set baz = 3;

create table test ( f integer not null );

insert into test ( f ) values ( foo ), ( bar ), ( baz );

Syntax to be discussed.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions