substr
This section contains reference documentation for the substr function.
Signature
Usage Examples
select SUBSTR('Pinot', 1, -1) AS name
FROM ignoreMename
select SUBSTR('Pinot', 0, 2) AS name
FROM ignoreMename
Was this helpful?

