Skip to main content

parse_select

Function parse_select 

Source
pub fn parse_select(sql: &str) -> Result<Statement, SqlError>
Expand description

Parses a single SELECT statement under the default QueryLimits.

ยงErrors

Returns SqlError if the input fails parsing, validation, or size limits.