Skip to Content
0
Former Member
Feb 26, 2011 at 03:46 AM

Storing Nulls Using DataServices

35 Views

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.