PARSE_DIRPATH
parse_dirpath(path, separator)
Section titled “parse_dirpath(path, separator)”- path: VARCHAR
- separator: VARCHAR
Example
Section titled “Example”SELECT parse_dirpath('path/to/file.csv', 'forward_slash');SELECT parse_dirpath('path/to/file.csv', 'forward_slash');