Skip to content

sup sql

🔍 Get direct access to your data

Terminal window
sup sql [OPTIONS]
OptionTypeRequiredDefaultDescription
querytext-SQL query to execute
--interactive, -iflag-Start interactive SQL session
--workspace-id, -winteger-Workspace ID
--database-id, -dinteger-Database ID
--json, -jflag-Output as JSON
--csv, -cflag-Output as CSV
--yaml, -yflag-Output as YAML
--porcelainflag-Machine-readable output (no decorations)
--limit, -linteger1000Maximum rows to fetch
--max-rowsinteger100Maximum rows to display
Terminal window
sup sql "SELECT * FROM users LIMIT 10"