/[Frey]/branches/zimbardo/sql/strix.sql
This is repository of my old source code which isn't updated any more. Go to git.rot13.org for current projects!
ViewVC logotype

Contents of /branches/zimbardo/sql/strix.sql

Parent Directory Parent Directory | Revision Log Revision Log


Revision 1172 - (show annotations)
Sun Jul 5 21:40:16 2009 UTC (14 years, 9 months ago) by dpavlin
File size: 355 byte(s)
branch for localisation

1 BEGIN TRANSACTION;
2 CREATE TABLE users (
3 id integer primary key autoincrement,
4 ime text,
5 prezime text,
6 email text
7 );
8 INSERT INTO "users" VALUES(NULL,'Anonymous','Coward','nobody@example.com');
9 INSERT INTO "users" VALUES(NULL,'Example','User','example@exaxmple.com');
10 INSERT INTO "users" VALUES(NULL,'Dobrica','Pavlinusic','dpavlin@rot13.org');
11 COMMIT;

  ViewVC Help
Powered by ViewVC 1.1.26