Y
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
wodenokoto
20 days ago
DuckDB and some other analytical databases lets you do
SELECT 2==2
But maybe that’s on them and not on SQL
link