/[nn]/search/nn.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 /search/nn.sql

Parent Directory Parent Directory | Revision Log Revision Log


Revision 1.1.1.1 - (show annotations) (vendor branch)
Tue Jan 22 11:48:35 2002 UTC (22 years, 3 months ago) by dpavlin
Branch: dbp
CVS Tags: r0
Changes since 1.1: +0 -0 lines
initial import

1 CREATE TABLE "nn" (
2 "br" int4 NOT NULL,
3 "god" int4 NOT NULL,
4 "nr" int4 NOT NULL,
5 "aname" varchar(20),
6 "title" text,
7 "title_czs" text,
8 primary key (br,god,nr)
9 );

  ViewVC Help
Powered by ViewVC 1.1.26