bind_cast.sql 103 B

1234
  1. /* syntax version 1 */
  2. /* postgres can not */
  3. $casted_null = cast(null as Double);
  4. select $casted_null