Details
-
Sub-task
-
Status: Closed
-
Major
-
Resolution: Fixed
-
None
-
None
-
None
-
Sprint 52
Description
For the following sql,
select count(*)
from TEST_KYLIN_FACT
where cal_dt = date'2012-01-01'
, if the data type of cal_dt is varchar, the sql cannot run successfully due to no implicitly data type conversion.