I can't figure out which syntax to use for fields in my NexusDB that have spaces in them. I've tried the usual things like: [ ] `` but none of these work, the query just errors. So an example query might be:
select `offical name` from MyTable
select [official name] from MyTable
(these do not work)
Thanks,
Karl..