select_subquery2_qstar.sql 100 B

12
  1. --!syntax_pg
  2. select b.*,a.* from (select * from plato."Input") a, (select * from plato."Input2") b;