Hi Experts,
i am trying to create a view by selecting few feilds from table
I am getting an error saying invalidĀ this table has feild name called "where"
.Error is ": invalid user.table.column, table.column, or column specification"
"
create or replace view test_data
as
select
,m.how
,m.who
,m.what
,m.where
,m.why
,m.top_products
,m.order_number from master_table.
Can you please suggest