[mapguide-users] Mapguide 3.0 Postgre view problem

Kajar kajar.kuldsepp at gmail.com
Tue Dec 6 06:17:09 PST 2016


I have two tables:
1)grag
2)ditch

View I want to create is :
CREATE OR REPLACE VIEW public.route_lines_view AS 
 SELECT grag.dp_oid,
    grag.dp_otype,
    grag.dp_subtype,
    grag.dp_ctype,
    grag.dp_mod,
    grag.dp_state,
    grag.shape,
    ditch.owner,
    ditch.length
   FROM piping.grag
     JOIN piping.ditch ON grag.dp_oid = ditch.dp_oid;

I really thankful if you can put my data to you function script, then I got
knowing how its really works :)



--
View this message in context: http://osgeo-org.1560.x6.nabble.com/Mapguide-3-0-Postgre-view-problem-tp5298765p5298820.html
Sent from the MapGuide Users mailing list archive at Nabble.com.


More information about the mapguide-users mailing list