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

Поиск
Список
Период
Сортировка
От e-letter
Тема Re: [pgsql-novice] Daily digest v1.2917 (11 messages)
Дата
Msg-id BANLkTimXzd3SpeYx+phJ=fURZg3A0ZmF=w@mail.gmail.com
обсуждение исходный текст
Ответы Re: [pgsql-novice] Daily digest v1.2917 (11 messages)  (Vibhor Kumar <vibhor.kumar@enterprisedb.com>)
Список pgsql-novice
Readers,

A csv file contains data with date and time values in format dd/mm/yy hh:mm:

number,date time,text

So the CREATE command was used:

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...

The command SHOW DATESTYLE shows:

SHOW DATESTYLE;
 DateStyle
-----------
 ISO, DMY
(1 row)

What is my error to prevent import of the date and time values please?

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

Предыдущее
От: Tom Lane
Дата:
Сообщение: Re: after update trigger ?
Следующее
От: Vibhor Kumar
Дата:
Сообщение: Re: [pgsql-novice] Daily digest v1.2917 (11 messages)