Inserting data into PostgreSQL

Поиск
Список
Период
Сортировка
От rodneyr@embratel.com.br
Тема Inserting data into PostgreSQL
Дата
Msg-id 032567D1.008359C1.00@ntrjo008.nt.embratel.com.br
обсуждение исходный текст
Ответы Re: [INTERFACES] Inserting data into PostgreSQL
Список pgsql-interfaces
How can I inserting data from a file into PostgreSQL? I've tried the
following SQL command, but it didn't work:

INSERTO INTO table_name (column_name[, ...])  FROM FILE 'file_name' (data_type, ...)

I received the message:

ERROR:  parser: parse error at or near "from"

Besides, which caracter must we use to separate the columns into the file?
I used ",". Is it correct?

Thanks,

Rodney.




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