Re: [SQL] problem creating table

Поиск
Список
Период
Сортировка
От Oliver Graf
Тема Re: [SQL] problem creating table
Дата
Msg-id 99070412003400.01622@casbah
обсуждение исходный текст
Ответ на problem creating table  (blackgr <blackgr@alltel.net>)
Список pgsql-sql
> [...]
> CREATE TABLE entity (
>     [...]
>     position int2 not null,
CONSTRAINT entitiy_pk
> PRIMARY KEY (entity_id_number));
> 
> [...]
> 
> CREATE TABLE phone (
>     [...]
>     area_code char(3) not null,
CONSTRAINT phone_pk
> PRIMARY KEY (phone_id_number));


--
Oliver Graf
Oberhofstr. 11
D-44575 Castrop-Rauxel, Germany
Phone: +49 2305 14230
http://www.ruhr.de/home/casbah/


В списке pgsql-sql по дате отправления:

Предыдущее
От: "John Ridout"
Дата:
Сообщение: Tips and tricks
Следующее
От: Herouth Maoz
Дата:
Сообщение: Re: [SQL] Type Conversion: int4 -> Money