Re: PostgreSQL array, recursion and more

From: Achilleas Mantzios <achill(at)matrix(dot)gatewaynet(dot)com>
To: pgsql-sql(at)postgresql(dot)org
Subject: Re: PostgreSQL array, recursion and more
Date: 2010-11-17 14:53:53
Message-ID: 201011171653.53897.achill@matrix.gatewaynet.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-sql

Στις Wednesday 17 November 2010 15:22:34 ο/η Ferruccio Zamuner έγραψε:
>
> /* How to get access to its items then?
> */

select (mesh_split('A01.378.610.250.300.792.380')::text[])[1];

--
Achilleas Mantzios

In response to

Browse pgsql-sql by date

  From Date Subject
Next Message John Lister 2010-11-17 15:11:32 obtaining difference between minimum value and next in size
Previous Message Ferruccio Zamuner 2010-11-17 13:22:34 PostgreSQL array, recursion and more