SQL इनपुट
Formatted SQL
SQL Formatter & Beautifier
यह tool क्या करता है?
SQL paste करें और formatter उसे consistent indentation, keyword uppercasing तथा एक clause per line के साथ rewrite करता है। SELECT columns, SELECT keyword के नीचे indent होते हैं, JOIN conditions अपनी line पर आती हैं, और AND/OR conditions एक level अंदर जाती हैं। Result सीधे copy-paste के लिए तैयार रहता है।
उपयोग कैसे करें
- SQL को बाएं panel में paste करें — formatting अपने आप चलती है।
- Dialect (Standard, MySQL, PostgreSQL) और indent size (2, 4, या Tab) चुनें।
- Keywords uppercase toggle करके keyword casing control करें।
- Formatted result के लिए कॉपी करें पर क्लिक करें।