sublink_where_expr.sql 67 B

12
  1. --!syntax_pg
  2. select * from (select 1 as x) a where x = (select 1);