SQL Parsing System: Difference between revisions
Jump to navigation
Jump to search
(Created page with "A SQL Parsing System is a parsing system for SQL statements. * <B>See:</B> SQL Engine. ---- ----") |
m (Text replacement - "----↵Category:Concept" to "---- __NOTOC__ Category:Concept") |
||
(4 intermediate revisions by the same user not shown) | |||
Line 1: | Line 1: | ||
A [[SQL Parsing System]] is a [[parsing system]] for [[SQL statement]]s. | A [[SQL Parsing System]] is a [[formal parsing system]] for [[SQL statement]]s. | ||
* <B>See:</B> [[SQL Engine]]. | * <B>Example(s):</B> | ||
** a [[Python-based SQL Parser]], such as: [[SQLglot]] [https://github.com/tobymao/sqlglot]. | |||
** … | |||
* <B>See:</B> [[SQL Engine]], [[Parsing System]]. | |||
---- | ---- | ||
---- | ---- | ||
__NOTOC__ | |||
[[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.