Logo
RUL Syntax

RUL Syntax #

RUL (Resource Utility Language) responsible for SQL parsing, SQL formatting, preview execution plan and more utility functions.

SQL Utility #

StatementFunctionExample
PARSE SQLParse SQL and output abstract syntax treePARSE SELECT * FROM t_order
FORMAT SQLParse SQL and output formated SQL statementFORMAT SELECT * FROM t_order
PREVIEW SQLPreview SQL execution planPREVIEW SELECT * FROM t_order