Re: How to iterate through arrays?

Поиск
Список
Период
Сортировка
От NosyMan
Тема Re: How to iterate through arrays?
Дата
Msg-id 200502091626.42032.nosyman@gmail.com
обсуждение исходный текст
Ответ на Re: How to iterate through arrays?  (PFC <lists@boutiquenumerique.com>)
Ответы Re: How to iterate through arrays?  (John DeSoi <desoi@pgedit.com>)
Список pgsql-sql
I think the problem is not there. I got the following error:
'ERROR:  syntax error at or near "[" at character 1234', the line is: RAISE
NOTICE '% ...',update_query_params[1];

May be someone give a code sample...

Thanks




Pe data de Mie 09 Feb 2005 16:16, ati scris:
> - use TEXT instead of CHAR (what is CHAR without (n) ?)
> - inintialize your array with '{}' because it is created as NULL if you  
> just declare it without setting it to an empty array.


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

Предыдущее
От: PFC
Дата:
Сообщение: Re: How to iterate through arrays?
Следующее
От: John DeSoi
Дата:
Сообщение: Re: How to iterate through arrays?