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