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.
_______________________________________________
mapguide-users mailing list
[email protected]
http://lists.osgeo.org/mailman/listinfo/mapguide-users

Reply via email to