SQL Query
- extdb.load_from_query
Input:
- connection – Databaseconnection
- query – String
Output:
- output – Row
Executes a single SQL SELECT query on the provided database connection(s) and yields the resulting rows as an iterator.