Read rows from a table.
Section: Read and filter rows
Select all columns
sql
sql
SELECT * FROM users;Explanation
Convenient interactively, but explicit column lists are often better for apps and stable contracts.
Learn the surrounding workflow
Compare similar commands or jump into common fixes when this command is part of a bigger troubleshooting path.
Related commands
Same sheet · prioritizing Read and filter rows