Read table rows in a dataset (using function)
Gets rows from a table in a specific dataset using the get_table_rows function. Supply TableName and DatasetId in the WITH clause.
SELECT *
FROM get_table_rows
WITH (TableName='MyTable', DatasetId='aaaaaaaa-bbbb-cccc-dddd-eeeeeeeeeeee')