Returns the start of a given string before the first occurrence of substring, or an empty string if substring is not found
Syntax
SUBSTRING BEFORE substring IN string SUBSTRING_BEFORE ( string , substring )
Inputs
Return type
Example
SUBSTRING_BEFORE ( "hello:world:all" , ":" )