help please

Поиск
Список
Период
Сортировка
От Dorward Villaruz
Тема help please
Дата
Msg-id 000c01c2528f$d9e4b2c0$043d1cac@speed
обсуждение исходный текст
Список pgsql-general
i need to create a table with this property
 
 
 the fields are f1 integer , f2 integer , f3 integer defaults to f1 + f2
 
is this possible? how?
 
i have created  something like this
 
 
create table table1(a integer not null unique primary key, b integer not null, c not null default a + b)
 
thanks
 

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

Предыдущее
От: Matthew Nuzum
Дата:
Сообщение: getting y/n or 1/0 from bool fields
Следующее
От: Matthew Nuzum
Дата:
Сообщение: Re: php