Hacker News new | ask | show | jobs
by fnordpiglet 1162 days ago
That’s a super fancy !=
1 comments

that's a good attempt to represent the original "not equal" symbol ≠ better than <> used by t-sql
<> is simply "<" or ">" in the same way you have >= (">" or "=") and <= ("<" or "=").

It's obviously not meant to look like ≠.

And pascal!