Re: [pgsql-novice] Daily digest v1.2917 (11 messages)

Поиск
Список
Период
Сортировка
От Vibhor Kumar
Тема Re: [pgsql-novice] Daily digest v1.2917 (11 messages)
Дата
Msg-id E787ECA6-9B99-4D8A-82B2-3F12C813CE39@enterprisedb.com
обсуждение исходный текст
Ответ на Re: [pgsql-novice] Daily digest v1.2917 (11 messages)  (e-letter <inpost@gmail.com>)
Список pgsql-novice
On Apr 23, 2011, at 1:10 PM, e-letter wrote:

>
> CREATE TABLE tablename (number int,timestamp,text varchar(150));
> ERROR:  syntax error at or near ","
> LINE 1: CREATE TABLE tablename (number int,timestamp,text varchar(1...



You forgot to mention the columnname for timestamp:
> CREATE TABLE tablename (number int, <columnname> timestamp,text varchar(150));
Thanks & Regards,
Vibhor Kumar
EnterpriseDB Corporation
The Enterprise PostgreSQL Company
vibhor.kumar@enterprisedb.com
Blog:http://vibhork.blogspot.com


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

Предыдущее
От: e-letter
Дата:
Сообщение: Re: [pgsql-novice] Daily digest v1.2917 (11 messages)
Следующее
От: e-letter
Дата:
Сообщение: insert retrieved data into a new table