Backticks in dataview query

Let’s say I’m writing dataview query

table `Field 1`, `Field 2`

Then it says parsing error instead of treating backticks as escape characters as it should

What are you wanting to do? Do you have a field/property with spaces in it? If du, you can either use row["Field 1"], or use the normalised version, field-2.