SQL Parsing System: Difference between revisions
Jump to navigation
Jump to search
No edit summary |
No edit summary |
||
Line 6: | Line 6: | ||
---- | ---- | ||
---- | ---- | ||
[[Category:Concept]] |
Revision as of 12:30, 29 July 2022
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.