Re: Can't convert numeric to_char() in catenate function

Поиск
Список
Период
Сортировка
От Yusuf
Тема Re: Can't convert numeric to_char() in catenate function
Дата
Msg-id 1066346766.8551e800yusufad@myrealbox.com
обсуждение исходный текст
Ответ на Can't convert numeric to_char() in catenate function  (Yusuf <yusufad@myrealbox.com>)
Список pgsql-sql
I 'must' quote the quotes. I 'must' quote the quotes. I 'must' quote the quotes. I 'must' quote the quotes. I 'must'
quotethe quotes. I 'must' quote the quotes. I 'must' quote the quotes.  

DANG!!

I ''must'' quote the quotes. I ''must'' quote the quotes. I ''must'' quote the quotes. I ''must'' quote the quotes. I
''must''quote the quotes. I ''must'' quote the quotes. I ''must'' quote the quotes. I ''must'' quote the quotes.  

Err, sorry about that, I'm trying to keep something in my mind.  I just wanted to tell ya to forget my previous mail, I
gotit (tipical) just after sending it: 

CREATE OR REPLACE FUNCTION "verticat" (text, numeric) RETURNS text AS '
SELECT CASE WHEN $2 IS NULL THEN $1           WHEN $1 IS NULL OR $1 = ''''     THEN ltrim('' '',
to_char($2,''999999999D99''))          ELSE $1 || '', '' || ltrim('' '',  to_char($2,''99999999D99''))      END 
' LANGUAGE 'sql';

Ciao.

I ''must'' quote the quotes. I ''must'' quote the quotes. I ''must'' quote the quotes. I ''must'' quote the quotes. I
''must''quote the quotes. I ''must'' quote the quotes. I ''must'' quote the quotes. I ''must'' quote the quotes. I
''must''quote the quotes. I ''must'' quote the quotes. I ''must'' quote the quotes. I ''must'' quote the quotes. I
''must''quote the quotes. I ''must'' quote the quotes. I ''must'' quote the quotes. I ''must'' quote the quotes. I
''must''quote the quotes. I ''must'' quote the quotes. I ''must'' quote the quotes. I ''must'' quote the quotes. I
''must''quote the quotes. I ''must'' quote the quotes. I ''must'' quote the quotes. I ''must'' quote the quotes... 



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

Предыдущее
От: "2000info"
Дата:
Сообщение: Postgres with OpenSSL
Следующее
От: "Jordan S. Jones"
Дата:
Сообщение: Re: Postgres with OpenSSL