blob: d60b14515de4fc0f1b14c41bbf9df7efc747432c [file] [log] [blame]
create external table table2 (id int, name text, score float, type text) using csv
with ('csvfile.delimiter'='|', 'csvfile.null'='NULL') location ${table.path};