read a CSV file from disk, auto-infer options SELECT * FROM 'test.csv'; -- read_csv with custom options SELECT * FROM read_csv_auto('test.csv', delim='|', ...
確定! 回上一頁