Skip to main content

execute

Function execute 

Source
pub fn execute(sql: &str, tables: &Tables) -> Result<ResultSet>
Expand description

Execute a SQL query string against the provided tables.

Parses the query as ANSI SQL, then runs it in-memory against tables.