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
: Avoid SELECT * . Explicitly naming columns prevents breaking the code if the schema changes. The "original" SQL was not actually called SQL