# Run Query in SQL Editor

This workflow guides you through executing a SQL query in Supabase's SQL Editor to retrieve data from a test table. You'll navigate to the SQL Editor, write or select a query, and run it to view results limited to 100 rows.

## Steps

1. Click "SQL Editor" link
2. Click "Select * FROM test-table limit 100" presentation
3. Type into "Editor content" textbox
4. Click "Run ⌘ ↵" button
5. Type into "Editor content" textbox
