|
|
|
|
|
by manigandham
1366 days ago
|
|
A SQL query is an AST, but represented in a compact portable form. It also supports functions, procedures, and parameterization for flexible and safe query construction. Your code would get incredibly large and complicated if you had to specify any serious SQL query as a raw AST. |
|