Click here to Skip to main content
15,886,075 members
Please Sign up or sign in to vote.
1.00/5 (3 votes)
See more:
Are NULL values same as that of zero or a blank space?

What I have tried:

Are NULL values same as that of zero or a blank space?
Posted
Updated 4-Jun-19 1:45am

A quick and dirty search produced: SQLite NULL Values[^].
 
Share this answer
 
Comments
TheRealSteveJudge 4-Jun-19 5:09am    
5*
No. An empty string is still a string value. 0 is still a value.

Null is the absence of any value or object.
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900