Y
Hacker News
new
|
ask
|
show
|
jobs
by
jemmyw
1239 days ago
I'd be happy if it just accepted a dangling comma so you can swap your columns around freely without causing a syntax error
1 comments
cfeduke
1239 days ago
When you see queries written like:
select 1 ,field1 ,field2 ,field3 from ...
you've hit peak SQL engineer comma frustration workaround.
link