SQL_Or |
[This is preliminary documentation and is subject to change.]
The TOPICA Basic function SQL_Or is used to combine logical SQL expressions with and "OR" operator.
SQL_Or(string1, string2, string3, ...)
Result type: String.
Name | Type | Description |
---|---|---|
stringN | String | String containing a logical SQL expression, e.g. "SomeField=2". |
SQL comparison expression.
Type: String.