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