Please don't randomly cross post between lists and please don't "bump"
posts if you don't get a response.

The GeoServer-devel list is for the developers of GeoServer to discuss the
development, not to answer user questions which is what the geoserver-user
list is for.

Please make sure you read the following two resources before posting to the
user-list:
- Earning your support instead of buying it, but Ian Turton:
http://www.ianturton.com/talks/foss4g.html#/
- The GeoServer user list posting guidelines:
http://geoserver.org/comm/userlist-guidelines.html

And remember the people on these lists are volunteers fitting in answering
questions around their day jobs so it may be awhile before they can get
back to you. If this is an urgent matter you will want to look at
commercial support options.

Ian

On Wed, 12 Jun 2019 at 12:32, Jorge Infante <[email protected]> wrote:

> Hi
> I need to produce a wfs update to multiple rows, computing the value of
> property using existing value (like property = property * 2).
> Is it posible?
> I'm preparing this xml, but, I need complete it:
>
> <wfs:Update typeName="mylayer">
>  <wfs:Property>
>    <wfs:Name>myattribute</wfs:Name>
>    <wfs:Value> </wfs:Value>  <---- I need put the computed value here
>  </wfs:Property>
>  <ogc:Filter>
>    <ogc:And>
>      <ogc:PropertyIsGreaterThan>
>        <ogc:PropertyName>id</ogc:PropertyName>
>        <ogc:Literal>9</ogc:Literal>
>      </ogc:PropertyIsLessThan>
>      <ogc:PropertyIsLessThan>
>        <ogc:PropertyName>id</ogc:PropertyName>
>        <ogc:Literal>19</ogc:Literal>
>      </ogc:PropertyIsLessThan>
>    </ogc:And>
>  </ogc:Filter>
> </wfs:Update>
>
> I need to produce a sql like this:
>
> update mylayer set myattribute = myattribute * 2 where id between 10 and
> 20;
>
> Is it posible?
>
> Thanks
>
> jorge infante
> rosario - santa fe - argentina
>
> _______________________________________________
> Geoserver-devel mailing list
> [email protected]
> https://lists.sourceforge.net/lists/listinfo/geoserver-devel
>


-- 
Ian Turton
_______________________________________________
Geoserver-devel mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/geoserver-devel

Reply via email to