blob: ac6459ada5cf6b593df0849ae58f72479472073d [file] [log] [blame]
-- Outer Join's Left Table
-- It is used in TestJoin::testOuterJoinAndCaseWhen
create external table table2 (id int, name text, score float, type text) using csv
with ('csvfile.delimiter'='|', 'csvfile.null'='NULL') location ${table.path};