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

Popular posts from this blog

Delphi XE2 Indy10 udp client-server interchange using SendBuffer-ReceiveBuffer -

Qt ActiveX WMI QAxBase::dynamicCallHelper: ItemIndex(int): No such property in -

Enable autocomplete or intellisense in Atom editor for PHP -