SPLIT_PART
Description
Splits a string on the specified delimiter and returns the part at the specified position.. (SQL Language References SPLIT_PART function).
Grammar Syntax
This function is fully supported by Snowflake.
Sample Source Patterns
Input Code:
IN -> Redshift_01.sql
Output Code:
OUT -> Redshift_01.sql
Know Issues
There is a difference in how SPLIT_PART
behaves when used with case-insensitive collations (CASE_INSENSITIVE
or en-ci
) in Snowflake vs. Redshift.
Related EWIs
There are no known issues.
Last updated