Hacker News new | ask | show | jobs
by acqq 3973 days ago
Goldenkey actually posted

SELECT c,d FROM t WHERE a=(SELECT MAX(a) WHERE b=X from t)

But that post got flagged because he also gave his opinion on the level of understanding the article writer has. The query you posted is actually the one by the article writer.

1 comments

I see. Thanks.