Hacker News new | ask | show | jobs
by data_ders 120 days ago
what do you think is the "most bad" thing about SQL?
1 comments

Lack of abstractions like (block-scoped) variables and lambda functions.

SQL is declarative and purely functional anyways, so implementing these is a no-brainer.