Skip to content
Snippets Groups Projects
createRawSchema.sql 150 B
Newer Older
Dan Suciu's avatar
Dan Suciu committed
create table Pub (k text, p text);
create table Field (k text, i text, p text, v text);
copy Pub from 'pubFile.txt';
copy Field from 'fieldFile.txt';