home *** CD-ROM | disk | FTP | other *** search
/ Chip 2003 July / CMCD0703.ISO / Software / Freeware / Programare / bugzero / WEB-INF / classes / sql / create_index_query.sql < prev    next >
Encoding:
Text File  |  2003-04-17  |  92 b   |  4 lines

  1. # create index for the query table
  2. CREATE INDEX $PROJECT0 ON $PROJECT_query (person_id)
  3.  
  4.