Y
Hacker News
new
|
ask
|
show
|
jobs
by
ciroduran
3725 days ago
And if you're using a schema you did not create, don't forget to use shorthands! SELECT * FROM reservation r JOIN guest g ON (r.id = g.reservation_id), queries can get messy if you don't use them! :)