pub fn parse_sql( tokens: &[Token<'_>], dialect: Dialect, ) -> Result<(Statement, Option<String>)>
Parse a SQL string into Statements.
Statement