Quote1 |
[This is preliminary documentation and is subject to change.]
The TOPICA Basic function Quote1 is used to surround an input string with single quotes ('). Useful for generating SQL string constants.
Quote1(stringValue)
Name | Type | Description |
---|---|---|
stringValue | String | The string value to surround with single quotes ('). |
Input string surrounded by single quotes (').
Type: String.
Quote1("abc")
Result: "'abc'"