Re: table constraint + INSERT
От
Dirk Jagdmann
Тема
Re: table constraint + INSERT
Дата
Msg-id
5d0f60990605180040t4723b98bi54e3621285cb53aa@mail.gmail.com
Ответ на
Re: table constraint + INSERT (Dirk Jagdmann)
Список
Дерево обсуждения
table constraint + INSERT "Risto Tamme" <risto@ektaco.ee>
Re: table constraint + INSERT "Dirk Jagdmann" <jagdmann@gmail.com>
Re: table constraint + INSERT "Dirk Jagdmann" <jagdmann@gmail.com>
Too bad, some code got truncated... CREATE TABLE PART ( P_PARTKEY int4 NOT NULL, P_RETAILPRICE numeric, CONSTRAINT PART_PRIMARY PRIMARY KEY (P_PARTKEY), CONSTRAINT PART_check CHECK (P_RETAILPRICE = (90000 + P_PARTKEY::numeric / 10 + P_PARTKEY::numeric / 100 ); and the second code should read: create view PARTV as select P_PARTKEY, 90000 + P_PARTKEY::numeric / 10 + P_PARTKEY::numeric / 100 as P_RETAILPRICE from PART; -- ---> Dirk Jagdmann ----> http://cubic.org/~doj -----> http://llg.cubic.org
В списке pgsql-sql по дате отправления
От: Michael Artz
Дата: