HI,
I am very new to sql and am using TOAD. i am getting teh following error.
when m.merit is null then 0
else m.merit
end as merit
when i am trying to execute this statement i got error
INCONSISTENT TYPES EXPECTED NUMBER GOT CHAR
my question is how to set the value for m.merit zero when it is null.
I am very new to sql and am using TOAD. i am getting teh following error.
when m.merit is null then 0
else m.merit
end as merit
when i am trying to execute this statement i got error
INCONSISTENT TYPES EXPECTED NUMBER GOT CHAR
my question is how to set the value for m.merit zero when it is null.