Skip to content

Add support for CHARACTER(N) and allow keywords as alias. #202

Description

@mweisgut

Support CHARACTER(N) as a token for the character data type while supporting keywords as aliases.

Example with a keyword as alias:

SELECT student.id AS character FROM student;

Flex start states (see https://stackoverflow.com/questions/1130597/start-states-in-lex-flex) could help here.

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

    Type

    No type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions