Hacker News new | ask | show | jobs
by amichal 928 days ago
I suspect the article is about returning the contributing tables in a join as multiple relations... while not possible in SQL proper this is possible with stored procedures (at least in T-SQL)

https://stackoverflow.com/questions/40013747/return-multiple...