Aditya Koyyaamudi
- Total activity 29
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 1
- Subscriptions 10
Comments
Recent activity by Aditya Koyyaamudi-
Thanks Joel, i'll definitely do that.
-
Thanks Sabeel, that works.
-
Thank you Sabeel! that works.
-
Thanks for the support Joel
-
Thanks Joel, but how can I give column name as default value? the column is LOAN_AMOUNT and it has different values if it does not match any cases then it should display actual value present in th...
-
Hi Alan, Could you please help me on how to write below case statement. case when LOAN_AMOUNT is null then null when trim(LOAN_AMOUNT) = ' ' then null when upper(LOAN_AMOUNT) like '%N%A%' then 9999...
-
CASE statement is working fine, thanks for the support Alan!
-
Hi Alan, Thanks for yours response. I have a column with values 'APPROVED', 'NOT APPROVED, 'PENDING' and the data type is STRING , now i want to create new column with condition 'if APPROVED the...
-
I'm trying to write an IF condition and I'm getting above error. Can someone help me to change the datatype of the column