Re: Create tables using Perl DBI

Поиск
Список
Период
Сортировка
От Alvar Freude
Тема Re: Create tables using Perl DBI
Дата
Msg-id 3A19D210.1CDBB1EE@merz-akademie.de
обсуждение исходный текст
Ответ на Create tables using Perl DBI  ("David Coley" <davidcoley@home.com>)
Список pgsql-interfaces
Hi,

> $sth = $dbh->prepare("create table customer (
>  ID serial PRIMARY KEY,
>  name text NOT NULL, 
>  email text NOT NULL,
>  phone text NOT NULL,
>  fax text DEFAULT, 
[...]

there is a default text required I guess!


bye Alvar



-- 
Alvar C.H. Freude  |  alvar.freude@merz-akademie.de
   Demo: http://www.online-demonstration.org/  |  Mach mit!
Blast-DE: http://www.assoziations-blaster.de/   |  Blast-Dich-Fit
Blast-EN: http://www.a-blast.org/               |  Blast/english


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

Предыдущее
От: "David Coley"
Дата:
Сообщение: Create tables using Perl DBI
Следующее
От: Cedar Cox
Дата:
Сообщение: Re: Password to install the odbc driver