Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

is there any difference between: "not variable is null" and "variable is not null"?

Tags:

sql

sql-server

I'm a newbie in SQL and I'm wondering if there is any difference between:

not variable is null

and

variable is not null
like image 462
Edvards Veļa Avatar asked Feb 19 '26 18:02

Edvards Veļa


1 Answers

Practically there is NO Difference in both terms. Both of them refers to Nullability of the Variable.

If there is any difference then it's simplicity in the reading.

like image 100
Vikrant Avatar answered Feb 21 '26 10:02

Vikrant



Donate For Us

If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!