Skip to main content
Use SQL functions to parse and reconstruct SQL statements stored as strings in your datasets. They’re useful in database monitoring, audit log analysis, and SQL validation pipelines.

List of functions

FunctionDescription
parse_sqlParses a SQL statement string into a structured dictionary of its components.
format_sqlConverts the structured dictionary produced by parse_sql back into a SQL string.