aboutsummaryrefslogtreecommitdiffstats
path: root/yql/essentials/tests/sql/suites/binding/bind_cast.sql
blob: 2ccf1cdf6af5d47bfcc9345dcffc4f7fd0ee96e4 (plain) (blame)
1
2
3
4
/* syntax version 1 */
/* postgres can not */
$casted_null = cast(null as Double);
select $casted_null