I want to use output of select as input of another.
select
Select 1 - select table_name from tables; - this gives 15 tables.
select table_name from tables;
Select 2 - I wa