Hello, I am trying to store nulls in a column, but it's storing space.
ifthenelse( EQUIP_Query.METER_CD = 'S', EQUIP_Query.category, null)
The receiving column is VARCHAR. Is it possible to store the nulls?
The table definition of the column is setup to allow nulls.
Thanks.