Greetings friends, I come from the world of relational database'm 
understanding the basis of graph data using orientdb, I have several doubts 
about how serious consultations. I have 2 classes Bussines 
hasBussinessLocation edge connected to a class BusinessLocation attached to 
the image of the 2 classes with your information and I want to see how it 
would make consultations graph



<https://lh3.googleusercontent.com/-gt1BC0osqtc/VqpGtX75-LI/AAAAAAAAAMM/vbLZcTAOBMk/s1600/Selecci%25C3%25B3n_014.png>



<https://lh3.googleusercontent.com/-t1GjOxCO1_I/VqpGfdAmpeI/AAAAAAAAAME/ZoIMlv7zNu8/s1600/Selecci%25C3%25B3n_013.png>




as serious in this graph orientdb mysql query

select a.title, a.content, b.address, b.tags
from Bussines
BusinessLocation inner join on a.id = b.idBusiness
Where a.title like '% text%'
a.content or LIKE '% text%'
b.address or LIKE '% text%'
or contains tags ('text')


thank you for your help



-- 

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

Reply via email to