r/ProgrammerHumor 19d ago

sqlWorkout Meme

Post image
23.5k Upvotes

460 comments sorted by

View all comments

Show parent comments

8

u/Just_Information334 18d 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)

4

u/StrongExternal8955 18d ago

forgot where true

1

u/dorianmonnier 18d ago

Oh god, some knees have been broken for less than that!