SQL Parsing System: Difference between revisions
Jump to navigation
Jump to search
m (Text replacement - ". ----" to ". ----") |
m (Text replacement - "----↵Category:Concept" to "---- __NOTOC__ Category:Concept") |
||
(One intermediate revision by the same user not shown) | |||
Line 2: | Line 2: | ||
* <B>Example(s):</B> | * <B>Example(s):</B> | ||
** a [[Python-based SQL Parser]], such as: [[SQLglot]] [https://github.com/tobymao/sqlglot]. | ** a [[Python-based SQL Parser]], such as: [[SQLglot]] [https://github.com/tobymao/sqlglot]. | ||
** | ** … | ||
* <B>See:</B> [[SQL Engine]], [[Parsing System]]. | * <B>See:</B> [[SQL Engine]], [[Parsing System]]. | ||
---- | ---- | ||
---- | ---- | ||
__NOTOC__ | |||
[[Category:Concept]] | [[Category:Concept]] |
Latest revision as of 02:59, 19 December 2023
A SQL Parsing System is a formal parsing system for SQL statements.
- Example(s):
- a Python-based SQL Parser, such as: SQLglot [1].
- …
- See: SQL Engine, Parsing System.