position
function
Applies to: Databricks SQL Databricks Runtime
Returns the position of the first occurrence of substr
in str
after position pos
. This function is a synonym for locate function.
Updated Nov 01, 2024
position
function Applies to: Databricks SQL Databricks Runtime
Returns the position of the first occurrence of substr
in str
after position pos
. This function is a synonym for locate function.