Hi
Sorry for my english!
I'm new in orientdb!
I need to read some data from property, but inside property have 
this(nome_prodotto):
{'it':'descrizione','en':'description'}

I try this syntax:
select from prodotti where nome_prodotto.it = 'descrizione'
select from prodotti where nome_prodotto.it = "descrizione"
select from prodotti where nome_prodotto.it like 'de%'


but give me empty result, I try more and more syntax but nothing

How is possible query for give the result? (descrizione)
Maybe the insert is not good?--->  {'it':'descrizione','en':'description'}

Thank you!

-- 

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