Just wondering
I colleague said to me don't use columnName=''
instead use Len(columnName)==0
This happened when I was querying something and I wanted all columns in my table where the value was null or empty.
Is there any benefit in using len i/o testing for empty string? I cannot see any.
thanks