L
Lars Pedersen
It seems like that :
where len(tbl.Skip.Name)
gives the same answer as:
where tbl.Skip.Name Is Not Null
Which one is best then?
/Lars
where len(tbl.Skip.Name)
gives the same answer as:
where tbl.Skip.Name Is Not Null
Which one is best then?
/Lars