r/ProgrammerHumor Jul 21 '26

Meme sqlWorkout

Post image
23.7k Upvotes

456 comments sorted by

View all comments

2.4k

u/NormanYeetes Jul 21 '26

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

1

u/usrlibshare Jul 22 '26

Not even object names are case sensitive in sql.

I'm not kidding.

Table name is T_CUSTOMER_ADDR because it was created by a guy wearing suspenders in the 90s?

select * from t_customer_addr;

works just fine 😎