no_optional_param.sql 75 B

123
  1. /* syntax version 1 */
  2. declare $x as Uint32?;
  3. select 2 * coalesce($x, 33);