Y
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
otabdeveloper4
120 days ago
Lack of abstractions like (block-scoped) variables and lambda functions.
SQL is declarative and purely functional anyways, so implementing these is a no-brainer.
link
SQL is declarative and purely functional anyways, so implementing these is a no-brainer.