Using spaces in SRL expressions

Spaces are generally ignored, i.e. the expression 1 + 1 is equivalent to 1+1. The relevance to the use of spaces is that when the column name contains a space, the name must be enclosed in brackets:

[Net Profit].

String values must be enclosed within double quotes.

"HELLO" represents a string value.

Any spaces, tabs, and newlines within the double quotes are considered a part of the value.

The string "HELLO" is not equivalent to the string "H E L L O".

In certain situations, spaces are required, e.g. when using operators: the AND operator requires at least a single enclosing space.