PL/SQL クエリに必要な INTO 句は 1 つだけです。例: SELECT table_name, CASE owner WHEN bla bla ... END INTO test1, test2 FROM all_tables;