-- ------------------------------------------------------------------------- -- -- -- -- Title: parsed_html_i.sql -- -- Author: Steve Roach -- -- Date: 25-JUL-2006 -- -- Version: 01.00 -- -- -- -- Description: Create indexes for table PARSED_HTML. -- -- -- -- History: -- -- -- -- Date Ver Author Description -- -- --------- ----- ------ -------------------------------------------------- -- -- 25-JUL-06 01.00 SRR First release -- -- -- -- ------------------------------------------------------------------------- --
DROP INDEX parsed_html_pk /
CREATE UNIQUE INDEX parsed_html_pk ON parsed_html ( parse_run_no ,raw_run_no ,component_seq ) /
|
0 Comments:
Post a Comment
<< Home