Hi,
I have question:
why such condition:foofield not like '%bar%'
where foofield is varchar
returns false (or rather even ignore row) on record where foofield is nullbutreturns true on records where foofield is '' (empty string)
regardsRobert