Show Table Values

The Show Table Values command in the Meta Query tab generates a simple SQL script that fetches all rows limited to 1000 from the selected database table, for example:

SELECT * from tableau.USERS LIMIT 1000

Then it inserts this script into the SQL Script Pane and runs it. The results (rows from the table) open in the Results Pane. In our example:

Show Table Values

Back to top