Connection.SQLSelect Method
Executes SQL query, returning the result as EinhugurDuckDB.Recordset or nil.
Parameters
- sql
- The SQL to be executed.
Returns
- EinhugurDuckDB.Recordset
- The result recordset or nil if there was error.
Remarks
If error occurs then the function will return nil and the error properties will leave clues.
See Also
Connection Class