SyntaxFix
Write A Post
Hire A Developer
Questions
To check column exists
select column_name as found from user_tab_cols where table_name = '__TABLE_NAME__' and column_name = '__COLUMN_NAME__'
Reference link