When I try to create table using below statement CREATE TABLE <TABLE_NAME_1> AS SELECT * FROM <TABLE_NAME_2> WHERE <CONDITION_1> ;
I would like to understand is there any way, where oracle ignores creation of table when underlined select statement does not returns any rows.
i.e. if end users intent is to avoid unnecessary blank tables. Is there any way/feature provided by Oracle.