+ 1
Difference between is and = in SQL?
2 Réponses
+ 2
Ameya Ladda I saw this post, this may answer your question. My code is made with Python, which is not the language you mentioned in your question.
"in SQL, IS and = works the same, except IS can be used for value of type NULL, while = can't."
https://stackoverflow.com/questions/59537602/in-sql-is-there-a-difference-between-is-and-when-returning-values-in-wher
+ 1
Thank you for explanation! 👍🏻🙂