home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Chip 2003 July
/
CMCD0703.ISO
/
Software
/
Freeware
/
Programare
/
bugzero
/
WEB-INF
/
classes
/
sql
/
create_index_person.sql
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
NeXTSTEP
RISC OS/Acorn
UTF-8
Wrap
Text File
|
2003-01-21
|
90 b
|
3 lines
# create index for the person table
CREATE UNIQUE INDEX person_idx ON person (username)