Hacker News new | ask | show | jobs
by mr_overalls 2821 days ago
My personal style is to lowercase SQL commands, but uppercase or initialcase objects like tables, columns, etc. for readability and minimal use of caps.
1 comments

That might only work if you came up with the schema or your collation is case-insensitive.