Insert a long text

Поиск
Список
Период
Сортировка
От Ghita Voda
Тема Insert a long text
Дата
Msg-id 01BE5BFF.7F998C30@oak.smartsoft.ro
обсуждение исходный текст
Ответы Re: [SQL] Insert a long text
Список pgsql-sql
Hello!

I want to insert a long text (up to 10.000 words) into a table (for example, table1) into a field (field1) which is a
'text'field. 
I have tried the followings:
INSERT INTO table1 VALUES (' long text'...)
UPDATE table1 SET field1='long text'
and is not working.
I'm using servlets and Apache server, on Linux.

In MSAccess is working also this statement:
UPDATE table1 SET field1 = field1 & 'short text'
but in postgres I don't know how to do this.
Thank you,

Ghita Voda


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

Предыдущее
От: tolik@icomm.ru (Anatoly K. Lasareff)
Дата:
Сообщение: Re: [SQL] Question about SQL FUnction
Следующее
От: Brian Baquiran
Дата:
Сообщение: Re: [SQL] Insert a long text