Hello,
Looks like there is not "IQ forum" in here, nor "ASA" either, so I just post my question and if anyone could help me please?
I want to convert the ASE code to IQ sybase code, and there is a case expression that I am stuck with it ! Don't know the syntax, but I get words that IQ syntax will be familiar with ASA code, which I don't know either, Could someone help please? Thanks
ASE code need to be converted to IQ:
"msa_nbr" = case when b.msa_nbr is null or b.msa_nbr = "" then "Unknown" else b.msa_nbr end,
Thanks
Looks like there is not "IQ forum" in here, nor "ASA" either, so I just post my question and if anyone could help me please?
I want to convert the ASE code to IQ sybase code, and there is a case expression that I am stuck with it ! Don't know the syntax, but I get words that IQ syntax will be familiar with ASA code, which I don't know either, Could someone help please? Thanks
ASE code need to be converted to IQ:
"msa_nbr" = case when b.msa_nbr is null or b.msa_nbr = "" then "Unknown" else b.msa_nbr end,
Thanks