//转换为geo jsonselect id,ST_AsGeoJSON(geom),geom from jly;
//将wkb 转换为wktSELECT ST_AsText(geom) FROM jly;