Does orient db supports multi table queries like sql. when I tried this query is showing query executed but zero results were shown. select P_NAME FROM part where part.P_PARTKEY=Partsupp.PS_PARTKEY; where part and partsupp are my class names and P_NAME,PS_NAME are attributes of the respective classes. please tell me how to do querying in orientdb.
-- --- You received this message because you are subscribed to the Google Groups "OrientDB" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/d/optout.
