Parameter | Type |
---|---|
value | string |
suffix | string |
Returns: string
Example
query:
SELECT ENDSWITH("foobar", "bar")
results:
endswith |
---|
true |
The string function used to detect whether one string is a suffix of another.
Parameter | Type |
---|---|
value | string |
suffix | string |
query:
SELECT ENDSWITH("foobar", "bar")
results:
endswith |
---|
true |