Tables & Columns
Joins
No joins added yet
Conditions (WHERE)
No conditions added
Grouping & Sorting
Generated SQL
SELECT *
FROM table_name;
Plain English Explanation
Select all columns from the selected table.
No joins added yet
No conditions added
SELECT *
FROM table_name;
Select all columns from the selected table.