wqxs opened a new issue, #213:
URL: https://github.com/apache/incubator-age/issues/213

   This is in properties  
   `{"userName":"ry"}`
   
   when i go to get it
   
   `SELECT *
   FROM ag_catalog.cypher('zjdata_graph', $$
                MATCH (u:sys_user {userId: 1})
                RETURN u.userName
   $$) as (userName ag_catalog.agtype);`
   
   The result is
   
![image](https://user-images.githubusercontent.com/69672009/166883291-2941bdc6-e9d8-4194-a6a7-37b31f341892.png)
   
   and the result I want is ry instead of "ry"


-- 
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