PostgreSQL
 sql >> Database >  >> RDS >> PostgreSQL

Come posso restituire un elemento da string_to_array() in PostgreSQL 8.4?

Prova...

Update mytable set street = (string_to_array(myfield,'~'))[2]

Hai solo bisogno di quelle parentesi.