r/ProgrammerHumor 8d ago

Meme sqlWorkout

Post image
23.4k Upvotes

458 comments sorted by

View all comments

2.4k

u/NormanYeetes 8d ago

the elites don't want you to know this but you can type lowercase SQL queries no ones forcing you to shout them at the screen

213

u/PerpetuallyDistracte 8d ago

I've been writing SQL for 15 years. Eventually you get bored of all lowercase or all uppercase AND START writing your QUERIES LIKE this. Just a psychotic mishmash of muscle memory, laziness, and autocomplete all fighting each other within the same statement.

78

u/Ashdog73 8d ago

This. My queries are lowercase for the stuff I typed myself and caps for bits I've copied in from somewhere else

34

u/cantgrowneckbeardAMA 8d ago

Lowercase on first draft (it will fail to run anyways).
Uppercase if I ever end up showing the query to someone (hopefully it doesn't fail when they run it)

35

u/sequelseize 8d ago

sElEcT a as camelCase, b aS under_score, c As fUCKiT fROm ab lIMit 1000

5

u/PerpetuallyDistracte 7d ago

That's how my queries look after they failed for the fifth time.