testeronious@lemmy.world to Programming · 1 year agoWhy most developers stop learning SQL at subqueries - a 5-minute guide for PARTITION BY and CTEszaidesanton.substack.comexternal-linkmessage-square14fedilinkarrow-up1126arrow-down14
arrow-up1122arrow-down1external-linkWhy most developers stop learning SQL at subqueries - a 5-minute guide for PARTITION BY and CTEszaidesanton.substack.comtesteronious@lemmy.world to Programming · 1 year agomessage-square14fedilink
minus-squareLmaydevlinkfedilinkarrow-up3·edit-21 year agoJoining is one of the simplest and most useful things in SQL. How can you possibly query without it? Simple queries are obviously better but not everything can be achieved with simple selects.
Joining is one of the simplest and most useful things in SQL.
How can you possibly query without it?
Simple queries are obviously better but not everything can be achieved with simple selects.