Skip to main content

Originalsql.sql -

The "original" SQL was not actually called SQL. Developed at IBM in the 1970s, it was originally named (Structured English Query Language).

If your goal is specifically to convert text within a SQL script into "Proper Case" (Capitalizing The First Letter Of Each Word), different systems require different approaches: originalsql.sql

: Favor a "river" style of alignment so new readers can scan the query vertically. The "original" SQL was not actually called SQL

: Always use explicit join syntax (e.g., INNER JOIN ) rather than comma-separated tables. originalsql.sql

: Use -- for single-line or /* */ for multi-line comments to explain the intent of the query, not just the mechanics. 📜 History of the "Original" SQL