ODBC guide

Read table rows (using function)


Gets rows from a table using the get_table_rows function. Supply TableName in the WITH clause.

SELECT * 
FROM get_table_rows 
WITH (TableName='MyTable')