Show Column Values
The Show Column Values command in the Meta Query tab generates a simple SQL script that fetches all values limited to 1000 of the selected database column, for example:
SELECT SYSTEM_USER_ID from tableau.USERS LIMIT 1000
Then it inserts this script into the SQL Script Pane and runs it. The results (column values) open in the Results Pane. In our example:
See Also