splitPart
This section contains reference documentation for the splitPart function.
Last updated
Was this helpful?
Was this helpful?
SELECT splitPart('org.apache.pinot.common.function', '.', 2) AS valuepinotSELECT splitPart('org.apache.pinot.common.function', '.', -1) AS valuefunctionSELECT splitPart('org.apache.pinot.common.function', '.', 3, -3) AS valueorg