Create your query
Preview
This builder turns your entries into a simple SQL statement.
SELECT name, city FROM customers LIMIT 10;
What this means
You are asking for a short list of customer names and cities.
Type the table, columns, sort field, filter, and row limit you want. The builder will turn your entries into a ready-to-use SQL query.
This builder turns your entries into a simple SQL statement.
SELECT name, city FROM customers LIMIT 10;
You are asking for a short list of customer names and cities.