torturedmind
Programmer
Hi all,
Which is the proper way of using the NOT logical operator? Is it
or
TIA
kilroy
philippines
"Once a king, always a king. But being a knight is more than enough."
Which is the proper way of using the NOT logical operator? Is it
Code:
SELECT * FROM anytable WHERE [b]NOT[/b] anyfield IS NULL
Code:
SELECT * FROM anytable WHERE anyfield IS [b]NOT[/b] NULL
TIA
kilroy
philippines
"Once a king, always a king. But being a knight is more than enough."