factor/extra/sqlite/test.txt

4 lines
151 B
Plaintext
Raw Normal View History

2007-09-20 18:09:08 -04:00
create table test (name varchar(30), address varchar(30));
insert into test values('John', 'America');
insert into test values('Jane', 'New Zealand');