Hi,
I have to check for conditions in the select statement. The coulumn to be checked is string
select.....................,substr(COC,1,1) as nr FROM .........................
How to use case statement while checking for substrings. The field COC contains either N or R.
Thanks
I have to check for conditions in the select statement. The coulumn to be checked is string
select.....................,substr(COC,1,1) as nr FROM .........................
How to use case statement while checking for substrings. The field COC contains either N or R.
Thanks