Is empty string value equal to NULL? | Sololearn: Learn to code for FREE!
Nouvelle formation ! Tous les codeurs devraient apprendre l'IA générative !
Essayez une leçon gratuite
0

Is empty string value equal to NULL?

7th Aug 2016, 5:39 AM
Wai Phyo Kyaw
Wai Phyo Kyaw - avatar
1 Réponse
+ 1
NULL is not equal to an empty string. NULL represents the absence of any data whereas an empty string is simply literally a string with no characters contained within it.
26th Aug 2016, 2:33 PM
Matt B
Matt B - avatar