This repository has been archived by the owner on Jul 15, 2021. It is now read-only.
Release v0.14.5
Fixed
-
Fix alternate not equal operator
<>
SELECT * FROM hats WHERE quantity <> 1
Fix alternate not equal operator <>
SELECT *
FROM hats
WHERE quantity <> 1