I'm having a class with fields like from
and to
in an orientdb database.
How do I execute a query that select the from
and to
fields?
I tried select [from] from Activity
but it is complaining about [
.
I'm having a class with fields like from
and to
in an orientdb database.
How do I execute a query that select the from
and to
fields?
I tried select [from] from Activity
but it is complaining about [
.
You have to disable the strictSql using this command:
and then you have to use the backtick: