if isnull(VALUE_SET_VALUE) = 'N' then
(
VALUE_SET_VALUE = 0
)
However, it does the exact opposite of what its name suggests: it returns 'Y' if the value is not null, and it returns 'N' if the value is null.
However, it does the exact opposite of what its name suggests: it returns 'Y' if the value is not null, and it returns 'N' if the value is null.
No comments:
Post a Comment