blob: b4cc87e5f2386ea638d50a2165a9ecbe6f2732e3 [file] [log] [blame]
-- It is used in TestNetTypes
create external table IF NOT EXISTS table1 (id int, name text, score float, type text, addr inet4) using text
with ('text.delimiter'='|', 'text.null'='NULL') location ${table.path};