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

Parent Directory Parent Directory | Revision Log Revision Log


Revision 53 - (show annotations)
Tue Feb 5 13:42:10 2002 UTC (22 years, 2 months ago) by dpavlin
File MIME type: application/octet-stream
File size: 191 byte(s)
opcije, brojevi mogu imati i slova

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

Properties

Name Value
cvs2svn:cvs-rev 1.3
svn:mime-type application/octet-stream

  ViewVC Help
Powered by ViewVC 1.1.26