Strings
Here's an overview of working with VARCHAR
types in FeatureQL.
You can see the full list of string functions in the Functions page.
String literals
Define a string feature by writing between single quotes or backticks (not double quotes).
Special characters are single quote '
and backticks ```. You can escape them by doubling them.