home *** CD-ROM | disk | FTP | other *** search
- Rem Copyright (c) 1990 by Oracle Corporation
- Rem NAME
- Rem <name>
- Rem FUNCTION
- Rem NOTES
- Rem MODIFIED
- Rem ksudarsh 03/11/93 - comment out vms specific host command
- Rem ksudarsh 12/29/92 - Creation
- Rem cheigham 08/28/91 - Creation
- Rem Heigham 11/21/90 - create UNIQUE index
- Rem
- rem
- rem $Header: ulcase4.sql 7020100.1 94/09/23 22:19:25 cli Generic<base> $
- rem
- set termout off
- rem host write sys$output "Adding unique index on emp(empno). Please wait..."
- set feedback off
- create unique index empix on emp(empno);
-
- exit
-