Hacker News new | ask | show | jobs
by marcosdumay 21 days ago
> Sometimes '=' is an identity test, sometimes it is `==`.

Eh... Where did you find `==` used in SQL?

1 comments

DuckDB and some other analytical databases lets you do

    SELECT 2==2
But maybe that’s on them and not on SQL