Just curious about one thing.
Oracle 9.2/cr xi
If I set up the following in my record then it does not show NULL records:
({ORDER.STOCK} = 0 or isnull({ORDER.STOCK}))
But if I change the order then it does:
(isnull({ORDER.STOCK}) or {ORDER.STOCK} = 0)
Why is this???
Any help would be appreciated.
APB
APB
Oracle 9.2/cr xi
If I set up the following in my record then it does not show NULL records:
({ORDER.STOCK} = 0 or isnull({ORDER.STOCK}))
But if I change the order then it does:
(isnull({ORDER.STOCK}) or {ORDER.STOCK} = 0)
Why is this???
Any help would be appreciated.
APB
APB