cho2hhun commented on issue #1226:
URL: https://github.com/apache/age/issues/1226#issuecomment-1724698016

   Hello @jrgemignani !!
   
   For example if i try to make table with `SELECT` query that is including 
cypher query, then **_table_ and _temporary table_ is not created**
   
   below is query
   
   ```
   create table tbtb as (
   select * from cypher ('car', $$
                                         match (a : vt_car)
                                         return a $$) as (a agtype)
   );
   ```
   
   and error is like below
   
   ```
   ERROR:  unhandled cypher(cstring) function call
   DETAIL:  car
   SQL state: XX000
   ```
   


-- 
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: dev-unsubscr...@age.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org

Reply via email to