simon824 commented on PR #263:
URL: 
https://github.com/apache/incubator-hugegraph-toolchain/pull/263#issuecomment-1104791786

   > Thanks. Do we have a minimal sql case for it? And it's useful for user-doc 
later
   
   ```sql
   select t1.name, t1.age, t2.city from t1 left join t2 on t1.id = t2.id where 
t2.date > '2021-01-01'
   ```
   I can help to update doc later.


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