Y
Hacker News
new
|
ask
|
show
|
jobs
by
jrumbut
978 days ago
Selecting NULL to signify something exists breaks my brain a little bit. I really prefer 1 stylistically, even if there is no technical difference.
3 comments
justsomehnguy
978 days ago
It works fine for me.. when I'm thinking in sqlese. The bigger travesty here is using SELECT for the tasks which are not selecting (returning data) anything.
link
mjan22640
978 days ago
Turn the brain 90° from columns to rows and it will be fine.
link
chaps
978 days ago
Yeah. 1 breaks my brain for the same reason probably.
link