Humble Trader

Wednesday, July 26, 2006

Control Repository - RUN_NO_S

-- ------------------------------------------------------------------------- --
-- --
-- Title: run_no_s.sql --
-- Author: Steve Roach --
-- Date: 23-AUG-2006 --
-- Version: 01.00 --
-- --
-- Description: Create sequence RUN_NO_S. --
-- --
-- History: --
-- --
-- Date Ver Author Description --
-- --------- ----- ------ -------------------------------------------------- --
-- 23-AUG-06 01.00 SRR First release --
-- --
-- ------------------------------------------------------------------------- --

DROP SEQUENCE run_no_s
/

CREATE SEQUENCE run_no_s
START WITH 1
INCREMENT BY 1
NOCACHE
/

0 Comments:

Post a Comment

<< Home