logoalt Hacker News

ravimakhijapitoday at 5:39 PM1 replyview on HN

I think part of the issue is that SQL is nice for some things (do some aggregation on a row-filtered subset of columns) but perhaps not as much for other things (a query where later rows depend on earlier rows in complex ways). I think being able to compile a procedural programming language to SQL would be pretty nice for the latter.


Replies

NetMageSCWtoday at 6:15 PM

See LINQ?

show 2 replies