Hi, Is there a way to hide/remove the record attributes returned in an SQL select?
When I run: Select name as n from Users I get the name as well as all record attributes : "@type": "d", "@rid": "#-2:1", "@version": 0, "n":"ivan" I would just like for it to return : "n":"ivan" (dropping the attributes) thanks -- --- 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.
