Humble Trader

Sunday, February 12, 2006

Time Dimension - cre_tta_d_time.sql

-- ------------------------------------------------------------------------- --
-- --
-- Title: cre_tta_d_time.sql --
-- Author: Steve Roach --
-- Date: 29-JAN-2006 --
-- Version: 01.00 --
-- --
-- Description: Creates the Table Type; tta_d_time. --
-- --
-- History: --
-- --
-- Date Ver Author Description --
-- --------- ----- ------ -------------------------------------------------- --
-- 29-JAN-06 01.00 SRR First release --
-- --
-- ------------------------------------------------------------------------- --

CREATE TYPE tta_d_time AS TABLE OF tob_d_time;
/

SHOW ERRORS

0 Comments:

Post a Comment

<< Home