We tried to replicate the examples provided in the docs in our Teradata environment but the results we obtained is different from what is expected.
Below is the example,
CREATE MULTISET TABLE Prop_Owner (
customer_number INTEGER,
property_number INTEGER,
property_VT PERIOD(DATE) NOT NULL AS VALIDTIME,
property_TT PERIOD (TIMESTAMP(6) WITH TIME ZONE)
NOT NULL AS TRANSACTIONTIME)
PRIMARY INDEX(property_number);
↧