no_columns_in_do.sqlx 107 B

12345678
  1. /* postgres can not */
  2. $a = `aaa`;
  3. define action $action($s) as
  4. select $s;
  5. end define;
  6. do $action($a);