Re: how to copy data from excel spreadsheet to postgresql database
В списке pgsql-bugs по дате отправления:
| От | Christof Petig |
|---|---|
| Тема | Re: how to copy data from excel spreadsheet to postgresql database |
| Дата | |
| Msg-id | 39D4CFB3.25A01A0E@wtal.de обсуждение исходный текст |
| Ответ на | how to copy data from excel spreadsheet to postgresql database (pgsql-bugs@postgresql.org) |
| Список | pgsql-bugs |
pgsql-bugs@postgresql.org wrote: > Martin Kuria (martinkuria@hotmail.com) reports a bug with a severity of 1 > The lower the number the more severe it is. Bug? severe? But I will undertake to answer you though. > Short Description > how to copy data from excel spreadsheet to postgresql database > > Long Description > I have enter data in excel spreadsheet, and I would like to enter or copy this data in my postgresql database, please dogive a example, thanks > > best regards > martin. > > Sample Code > explain more on how how a copy command is used, please illustrate with an example > > No file was uploaded with this report Do you know SQL? If not, read Bruce's Book. Export as ASCII, seperated by TABS. Then precede it by 'copy yourtable from stdin;' Add '\.' as the last line. Feed it into postgres: psql <yourfile yourdatabase Yours Christof
В списке pgsql-bugs по дате отправления:
Сайт использует файлы cookie для корректной работы и повышения удобства. Нажимая кнопку «Принять» или продолжая пользоваться сайтом, вы соглашаетесь на их использование в соответствии с Политикой в отношении обработки cookie ООО «ППГ», в том числе на передачу данных из файлов cookie сторонним статистическим и рекламным службам. Вы можете управлять настройками cookie через параметры вашего браузера