sql-parser
Here are 56 public repositories matching this topic...
-
Updated
Oct 14, 2019 - TypeScript
MySQL 8.0 supports Descending Indexes, export doesn't recognize the optional "DESC" key_part during parsing. DESC option creates invalid export. "DESC" flag is parsed as the column name in output. ADD KEY `entries__ug` (`DESC`);
Index can be created with the follow
-
Updated
May 20, 2020 - JavaScript
-
Updated
Jan 29, 2020 - Go
-
Updated
May 2, 2020 - C++
-
Updated
Mar 23, 2020 - TypeScript
-
Updated
Oct 29, 2018 - PHP
-
Updated
Jun 6, 2020 - Python
-
Updated
Jun 20, 2019 - PHP
Parse TPC-H Queries
It'd be great to be able to successfully say we can parse all TPC-H queries without error.
A list of the ones presto uses (with some additional presto-specific stuff):
https://github.com/prestodb/presto/tree/master/presto-parser/src/test/resources/tpch/queries
-
Updated
Dec 18, 2019 - PHP
-
Updated
Jan 11, 2020 - JavaScript
-
Updated
Apr 17, 2020 - Rust
-
Updated
Dec 3, 2017 - Java
-
Updated
Mar 4, 2020 - JavaScript
-
Updated
Sep 11, 2019 - PHP
-
Updated
May 24, 2019 - Go
-
Updated
Jan 1, 2018 - Scala
-
Updated
Jul 8, 2018 - C#
Improve this page
Add a description, image, and links to the sql-parser topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the sql-parser topic, visit your repo's landing page and select "manage topics."
If a column name within a SELECT statement equals an SQL keyword, the parser evaluates the query as invalid.
Example:
This is also the case in TPC-DS queries 66 and 74.