SubString (PQL)

Returns a result string by extracting the characters between the two specified positions of a given string. 

  • Returned Output: Text
  • Library: PQL \ Granular \ String
  • Version: 2023.00.000
  • Compatibility: Pyramid Query Language (PQL) data sources

Syntax

SubString( <Column String> , <Start Integer> , <End Integer> )

* Click on the function's arguments above for more details on the input values.

Comments