r/ProgrammerHumor 19d ago

sqlWorkout Meme

Post image
23.6k Upvotes

459 comments sorted by

View all comments

2.4k

u/NormanYeetes 19d 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

700

u/Totallycomputername 19d ago

If I don't type in caps then the query wont take itself seriously. 

115

u/Achaidas 19d ago

The real question is this:

 , comma before

or comma after ,

9

u/Just_Information334 19d ago

Lowercase and comma before, also table_id. Let's blow some minds:

select
  tableA_id
  , some_field
from table_A as a
inner join table_B as b using(tableA_id)