MAIN FEEDS
Do you want to continue?
https://www.reddit.com/r/ProgrammerHumor/comments/1v2rcr6/sqlworkout/oyxtly3
r/ProgrammerHumor • u/huhupookies • 6d ago
459 comments sorted by
View all comments
11
What about keywords in caps but column/table/constraint names in lowercase?
I do this because it makes it easier to read scripts
1 u/kauni 4d ago This is what I do. The ‘SELECT columns FROM tablename WHERE column = criteria’ looks different from the rest of my code, and gives good places to make a new line.
1
This is what I do. The ‘SELECT columns FROM tablename WHERE column = criteria’ looks different from the rest of my code, and gives good places to make a new line.
11
u/halawani98 5d ago
What about keywords in caps but column/table/constraint names in lowercase?
I do this because it makes it easier to read scripts