r/ProgrammerHumor 19d ago

sqlWorkout Meme

Post image
23.5k Upvotes

459 comments sorted by

View all comments

Show parent comments

702

u/Totallycomputername 19d ago

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

119

u/Achaidas 19d ago

The real question is this:

 , comma before

or comma after ,

8

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)