Archive for July, 2015

Postgresql – Text to Json

Posted: 3rd July 2015 by Jak in Uncategorized

select json_array_elements(to_json(cast(aplicaciones AS json))) ::json->>’id’ from sar.asignacion_empleado_estacion where numero_empleado=’15998018665′

Share