Importing data from flat file to table

SET SCHEMA TESTING1;

import from test.txt of del insert into test;
-- This will import a CSV.

No comments: