ODBC guide

Read table rows in a workspace and dataset


Gets rows from a table in a specific workspace and dataset. Supply TableName, DatasetId, and WorkspaceId in the WITH clause.

SELECT *
FROM get_table_rows
WITH(
	  "TableName"='Products'
	, "DatasetId"='11b6c287-51d3-4061-bed8-811a4e5f6ce9'
	, "WorkspaceId"='848353e2-f3b1-4fb4-89d7-44e84b8bdf9f'
)