We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
https://dbfiddle.uk/9zyERqwV
SELECT 1.5 > '1'; SELECT 1.5 > '1.2'; SELECT 1.5 > ('1' + 0); SELECT 1.5 > ('1.2' + 0); SELECT typeof('1' + 0); SELECT typeof('1.2' + 0);
https://dba.stackexchange.com/questions/311555/sqlite-spec-4-2-type-conversions-prior-to-comparison
https://dba.stackexchange.com/questions/332585/sqlite-comparison-of-the-same-operand-types-behaves-differently
https://sqlite.org/forum/info/0f96b67cf2c39ed4
The text was updated successfully, but these errors were encountered:
Successfully merging a pull request may close this issue.
https://dbfiddle.uk/9zyERqwV
https://dba.stackexchange.com/questions/311555/sqlite-spec-4-2-type-conversions-prior-to-comparison
https://dba.stackexchange.com/questions/332585/sqlite-comparison-of-the-same-operand-types-behaves-differently
https://sqlite.org/forum/info/0f96b67cf2c39ed4
The text was updated successfully, but these errors were encountered: