On Tue, Jul 15, 2003 at 09:26:29AM -0700, Jeff Pohlmeyer wrote:
>
> > like you could arrange for NULL results to be returned as the string
> > value 'NULL' but then you would be unable to distinguish between
> > actual strings with the value 'NULL' and the NULL result...
>
> Just a thought, but
> like you could arrange for NULL results to be returned as the string
> value 'NULL' but then you would be unable to distinguish between
> actual strings with the value 'NULL' and the NULL result...
Just a thought, but maybe you could return
the single-character string: #0
__