runtime_if_select.sql 67 B

123456
  1. $predicate = 1 < 2;
  2. if $predicate do begin
  3. select 1;
  4. end do;