blob: 7c43541afae31c43cb79312018565cfc1cb98252 [file] [log] [blame]
--! qt:dataset:src
DROP VIEW xxx11;
CREATE VIEW xxx11 AS SELECT * FROM src;
LOAD DATA LOCAL INPATH '../../data/files/kv1.txt' INTO TABLE xxx11;