-- ------------------------------------------------------------------------- -- -- -- -- Title: html_special_entity_codes_i.sql -- -- Author: Steve Roach -- -- Date: 17-SEP-2006 -- -- Version: 01.00 -- -- -- -- Description: Create indexes for table HTML_SPECIAL_ENTITY_CODES. -- -- -- -- History: -- -- -- -- Date Ver Author Description -- -- --------- ----- ------ -------------------------------------------------- -- -- 17-SEP-06 01.00 SRR First release -- -- -- -- ------------------------------------------------------------------------- --
DROP INDEX html_special_entity_codes_pk /
CREATE UNIQUE INDEX html_special_entity_codes_pk ON html_special_entity_codes ( special_entity_code ) /
|
0 Comments:
Post a Comment
<< Home