Skip to content

support for constants #94

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.

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

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