How to escape field name in orientdb -
i'm having class fields from , to in orientdb database.
how execute query select from , to fields?
i tried select [from] activity complaining [.
you have disable strictsql using command:
alter database custom strictsql=false and have use backtick:
select `from` activity
Comments
Post a Comment