string sql, int sql_max_len = -1, out string? tail =null) throws Error
string sql, int sql_max_len = -1, out string? tail =null) throws Error
Create a new Query
| queryable | the queryable to create the query |
| sql | the SQL to use to create the query |
| sql_max_len | the maximum length of the SQL |
| tail | unused portion of the SQL |