Whereclause referencing column with a space

Good Day all.

Simple quick question how do i refrence a column with a space (ie: Tractor ID) in a whereclasue.

Kind Regards,
Raymond

Hello, @Raymond_Woodley.

Should working with single quotes, but looks like this is not working at the moment. I recommend dont use spaces in column names. Will be better something like this:
TractorId or Tractor_ID

Regards, Nikita.