Details
-
Bug
-
Status: Closed
-
Minor
-
Resolution: Fixed
-
None
Description
The same cast in the following two sql:
// SQL 1 SELECT cast(0.1 as boolean) // SQL 2 SELECT * from test2 where cast(0.1 as boolean)
has different results.
The cast result in SQL 1 is true and the cast in SQL 2 is false.
Attachments
Issue Links
- links to