Skip to content

PARSE_FILENAME

parse_filename(string, trim_extension, separator)

Section titled “parse_filename(string, trim_extension, separator)”
  • string: VARCHAR
  • trim_extension: BOOLEAN
  • separator: VARCHAR
SELECT parse_filename('path/to/file.csv', true, 'forward_slash');