Re: [INTERFACES] About the char16 and char(16);

Поиск
Список
Период
Сортировка
От Jose' Soares Da Silva
Тема Re: [INTERFACES] About the char16 and char(16);
Дата
Msg-id Pine.LNX.3.96.980325152729.3057E-100000@proxy.bazzanese.com
обсуждение исходный текст
Ответ на About the char16 and char(16);  (Christopher Luk <wluk@hkcccc.org>)
Список pgsql-interfaces
On Wed, 25 Mar 1998, Christopher Luk wrote:

> hi,
> Can somebody tell me the difference in char16, char(16)?
> I found a .c program in the package of the v6.3 of postgres that can
> concat two char16 strings to one, is there any method that can easily
> concat two char(80) or char(30) to a string?

try using concatenation operator ||

SELECT string_of_80 || string_of_30 FROM mytable;
it works.
                                                         Jose'


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

Предыдущее
От: Constantin Teodorescu
Дата:
Сообщение: Re: [INTERFACES] Re: pgaccess "exec" queries
Следующее
От: Patrick Scott Pierce
Дата:
Сообщение: Re: [QUESTIONS] Accessing Postgresfrom JBuilder using JDBC