aboutsummaryrefslogtreecommitdiffstats
path: root/yql/essentials/tests/sql/suites/action/no_columns_in_do.sqlx
blob: b51e642f1656283ef1a6b267ea2e178156d55b40 (plain) (blame)
1
2
3
4
5
6
7
8
/* postgres can not */
$a = `aaa`;

define action $action($s) as
  select $s;
end define;

do $action($a);