Read a CSV file by path
Reads the contents of a CSV file into a result set using its path. Specify the Dropbox path in FilePath. Rows are returned directly; no file is saved locally.
SELECT * FROM read_csv_file
WITH (FilePath='/myfolder/customers.csv')