Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
I want the Sloc with value 9300 to show Input_satatus as PM, what should I do?
In the load script of relevant table, you should change the load for Input_status as below -
If(Sloc='9300','PM',Input_status) as Input_status ;
In the load script of relevant table, you should change the load for Input_status as below -
If(Sloc='9300','PM',Input_status) as Input_status ;