Hey,
I am trying to use a decode statement. I want to say if the date is null then return a space else return the value. This is what I am doing.
decode(fieldA,IsNull,' ',fieldA)
I am getting an oracle error on the isnull (invalid column name). What is wrong with my syntax? I have never used decode, so I am trying to figure it out.
Thanks a bunch!
I am trying to use a decode statement. I want to say if the date is null then return a space else return the value. This is what I am doing.
decode(fieldA,IsNull,' ',fieldA)
I am getting an oracle error on the isnull (invalid column name). What is wrong with my syntax? I have never used decode, so I am trying to figure it out.
Thanks a bunch!