Read table rows
Gets rows from a table in the default dataset. Supply the table name in the FROM clause.
SELECT *
FROM MyTable
Gets rows from a table in the default dataset. Supply the table name in the FROM clause.
SELECT *
FROM MyTable