When saving a view, the auto formatted adds backticks (`) around object names eg.
`ea`.`ParentEntityId` AS `ParentEntityId`
I want to turn this off (unless necessary, like a name with a space) so the line reads like;
ea.ParentEntityId AS ParentEntityId
Can someone point me in the right direction for this please?