blob: 1a357a867e8a1ea37602a98a2eb0a93107da7d54 [file] [log] [blame]
====
---- QUERY: primitive_intrinsic_to_date
-- Description : Cast string to date.
-- Target test case : Validate and track performance of to_date().
select max(to_date(l_shipdate)),min(to_date(l_commitdate)), max(to_date(l_receiptdate)) from lineitem ;
---- RESULTS
---- TYPES
====