startswith
This section contains reference documentation for the STARTSWITH function.
Signature
Usage Examples
SELECT STARTSWITH('Apache Pinot', 'Apache') AS value
FROM ignoreMevalue
SELECT STARTSWITH('Apache Pinot', 'Pinot') AS value
FROM ignoreMevalue
Was this helpful?

