I wanted to remove any character before ( in snowflake. For example: If the data has "Hello(World)", I want only "(World)".
Remove characters before ( in snowflake
1.1k Views Asked by VSN At
3
I wanted to remove any character before ( in snowflake. For example: If the data has "Hello(World)", I want only "(World)".
Using
SUBSTRandCHARINDEXfunctions: