SQL Reference
PARSE_PATH
parse_path(path, separator)
Section titled “parse_path(path, separator)”- path: VARCHAR
- separator: VARCHAR
Example
Section titled “Example”SELECT parse_path('path/to/file.csv', 'system');SQL Reference
SELECT parse_path('path/to/file.csv', 'system');