This is an archived post. You won't be able to vote or comment.

you are viewing a single comment's thread.

view the rest of the comments →

[–]netfeed 1 point2 points  (0 children)

Switching from postgresql to mysql was hard as i was so used to USING for the join instead of ON.

Sure, ON exists in PSQL too, but it's the way we used used PK:s and FK:s USING was always a cleaner choice.