MuhammadTahaNaveed opened a new issue, #364:
URL: https://github.com/apache/age/issues/364

   Hello everyone. I have a small query regarding **equality of null data type 
in a list**.
   
   - In the documentation, it is written that `SELECT * FROM 
cypher('graph',$$RETURN null = null$$) AS (p agtype);` produces `null` and the 
concept behind that is explained in documentation.
   
   
![image](https://user-images.githubusercontent.com/85064039/203472995-5af6cded-6779-49c2-8653-c87553e418c7.png)
   
   
   - So , according to this concept, I thought `SELECT * FROM 
cypher('graph',$$RETURN [null] = [null]$$) AS (p agtype);` will also generate 
`null` as output, but it generated true.
   
   
![image](https://user-images.githubusercontent.com/85064039/203472972-efc16f99-26c7-4b94-bcae-b5feb643ce84.png)
   
   Is there any specific reason for that ?


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to