Enter Unformatted SQL Query:
Formatted SQL:
A very simple and easy-to-use SQL Queries prettifier tool. Works with all kinds of queries including.
SELECT | INSERT | UPDATE |
DELETE | CREATE | ALTER |
JOIN | HAVING | SET |
UNION | AND | OR |
ORDER BY | GROUP BY | LIMIT |
DISTINCT | CASE | WHEN |
ELSE | END | EXISTS |
NOT EXISTS | IN | NOT IN |
LIKE | NOT LIKE | BETWEEN |
NOT BETWEEN | IS NULL | IS NOT NULL |
AS | INNER JOIN | LEFT JOIN |
RIGHT JOIN | FULL OUTER JOIN | CROSS JOIN |
NATURAL JOIN | INNER JOIN ON | LEFT JOIN ON |
RIGHT JOIN ON | FULL OUTER JOIN ON | CROSS JOIN ON |
EXISTS (subquery) | NOT EXISTS (subquery) | IN (subquery) |
NOT IN (subquery) | LIKE (pattern matching) | NOT LIKE (pattern matching) |
BETWEEN (range) | NOT BETWEEN (range) | IS NULL (null check) |
IS NOT NULL (null check) | AS (aliasing) | DISTINCT (unique values) |
COUNT (aggregation) | SUM (aggregation) | AVG (aggregation) |
MAX (aggregation) | MIN (aggregation) | GROUP BY (grouping) |
HAVING (filtering aggregated results) | ORDER BY (sorting) | LIMIT (result limiting) |
OFFSET (result offset) |
-
Facing issues? Have Questions? Post them here! I am happy to answer!
More Posts related to Tools,
- Online JSON Validator Tool
- Online Morse Code To Audio Converter Tool [Free]
- Online XML Code Formatter (Prettify) Tool
- Draw Anything Anywhere - Free Online Drawing Canvas
- Tool: Convert Cron Expression To Plain English Text (Supports Quartz)
- Online Free SQL Query Formatter (Prettifier) Tool
- Online HTML Code Formatter (Prettier) Tool
- Online Tool to Sort Data Alphabetical (Ascending/Descending)
- Online Free JSON String Formatter (Prettifier) Tool
- Text Case Converter - Convert to Upper/Lower/Proper/Random Case
- Fahrenheit to Celsius Temperature Convertor: Tool & Formula
- Free Online Eraser Tool for Images (PNG, JPG, JPEG and GIF)
More Posts:
- Java: Collect Stream as ArrayList or LinkedList - Java
- Base 64 Encoding Decoding In Notepad++ - NotepadPlusPlus
- Easy Steps to Upgrade iPhone to the new iOS 16 - HowTos
- How to install Node using Brew on Mac - MacOS
- [Eclipse] Enable or Disable print margin line - Eclipse
- JDK Location in Android Studio - Android-Studio
- How to Stop Photos App from auto loading when device connected to the Mac - Mac-OS-X
- pwd Command - Print Working Directory - Linux