home *** CD-ROM | disk | FTP | other *** search
/ Il CD di internet / CD.iso / SOURCE / CONTRIB / MBASE / MBASE50.TAR / mbase / sample / bench.s < prev    next >
Encoding:
Text File  |  1992-10-02  |  67 b   |  9 lines

  1. relation bench
  2.  
  3. field num type serial;
  4.  
  5. index ix_num on num;
  6.  
  7. end
  8.  
  9.