Skip to content

SELECT statement not parsed #7

@supipd

Description

@supipd

It seems, that no other statements, only that in tests are parseable ?!?

 SELECT * FROM TABLE schema.table 

trying from browser index.html

{
 "name": "SyntaxError",
 "expected": [
   "\";\""
 ],
 "found": "*",
 "message": "Expected \";\" but \"*\" found.",
 "offset": 7,
 "line": 1,
 "column": 8
}

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions