S
steve pittman
Guest
Hi Blake, OpenEdge sql does not currently support NULL as a real value, only in special contexts, like INSERT. You can use a scalar function to get a null value - for example, “ nullif(1,1)” will give a null value. Hope this helps, ….sjp
Continue reading...
Continue reading...