Great god, the oracle of the query time, if there are 80 columns field, but only need to check the seventy-five columns, and don't want to get the seventy-five column, a column of a column to write, have what good method?
CodePudding user response:
The 75 columns to view, the select * from v directly next time
CodePudding user response:
Select (select column_name from dba_tab_columns where table_name=t1 and column_name not in (field) you don't) from t1 Into a dynamic SQL
CodePudding user response:
The select wm_concat (column_name) from user_tab_cols where table_name='A1' Spell out the field, and then you don't delete, If the query is very frequent, use method, 1/f, create the corresponding view