Details
-
Bug
-
Status: Resolved
-
Major
-
Resolution: Fixed
-
6.2.0
-
None
-
None
-
Production
Description
Rirst run the query :
SELECT * from thor::icecream::icecream1 where name = 'Jane'
did not return any rows as it is case sensitive
Changed query : SELECT * from thor::icecream::icecream1 where name = 'JANE'
still executed the 1st query
Changed query to SELECT * from thor::icecream::icecream1 where name = 'JOHN'
and still executed the 1st one