Re: interesting SQL puzzle - concatenating column with itself.

Поиск
Список
Период
Сортировка
От Nick Fankhauser
Тема Re: interesting SQL puzzle - concatenating column with itself.
Дата
Msg-id 428111F3.2090002@ontko.com
обсуждение исходный текст
Ответ на Re: interesting SQL puzzle - concatenating column with itself.  (Alvaro Herrera <alvherre@dcc.uchile.cl>)
Ответы Re: interesting SQL puzzle - concatenating column with itself.
Список pgsql-sql

Alvaro Herrera wrote:

> The order is not really guaranteed, though if this is a one-shot thing,
> you may get away with turning off hashed aggregates.
> 

When I read this, I assumed there was a runtime parameter I could set that was similar to ENABLE_HASHJOIN. Are you
referringto a different runtime parameter or something else entirely?
 

BTW the concatenation function you suggest works nicely except that as you noted, it concatenates in an unpredictable
order,so I'm now trying to solve that problem.
 

-Nick

------------------------------------------------------------------
Nick Fankhauser    
  nickf@ontko.com   Phone 765.935.4283   Fax 765.962.9788      Ray Ontko & Co. - Software Consulting Services
        http://www.ontko.com
 



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

Предыдущее
От: joffer
Дата:
Сообщение: unsuscribe
Следующее
От: PFC
Дата:
Сообщение: Re: interesting SQL puzzle - concatenating column with itself.