Add forgotten exemple, fixed input cols.

This commit is contained in:
Dimitri Fontaine 2010-04-15 16:55:37 +02:00
parent cbd167c0e8
commit 1738aaa6aa
2 changed files with 9 additions and 0 deletions

View File

@ -0,0 +1,3 @@
01234567892008052011431250firstline
01234562008052115182300left blank-padded
12345678902008052208231560another line

6
examples/fixed/fixed.sql Normal file
View File

@ -0,0 +1,6 @@
CREATE TABLE fixed (
a integer primary key,
b date,
c time,
d text
);