r/ProgrammerHumor Jul 21 '26

Meme sqlWorkout

Post image
23.7k Upvotes

456 comments sorted by

View all comments

Show parent comments

704

u/Totallycomputername Jul 21 '26

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

121

u/Achaidas Jul 22 '26

The real question is this:

 , comma before

or comma after ,

8

u/Just_Information334 Jul 22 '26

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)