pgloader/examples/stdin/stdin.sql
2010-04-15 16:55:10 +02:00

5 lines
46 B
SQL

CREATE TABLE stdin (
a integer,
b text
);