Skip to content

READ_CSV

  • path: File path, list of paths, or glob pattern to read.
  • …: Optional named parameters, e.g. header, delim, columns, types, auto_detect.
SELECT * FROM read_csv('data.csv');