Hi,
You missed the End Key word at the end of script please use below..
case when (fact_table.event_key in (4,5)) then 'Current' else 'old' end
Like e.g. CASE WHEN "EMPLOYEE"."SAL" IN(100,200) Then 500 ELSE 200 END
Regards
Niraj
Hi,
You missed the End Key word at the end of script please use below..
case when (fact_table.event_key in (4,5)) then 'Current' else 'old' end
Like e.g. CASE WHEN "EMPLOYEE"."SAL" IN(100,200) Then 500 ELSE 200 END
Regards
Niraj