Re: [Qgis-user] About wfs update to multiple rows

2019-06-11 Thread INFANTE, Jorge Luis
Excuse me.
The message was for geoserver user list.



--
Sent from: http://osgeo-org.1560.x6.nabble.com/QGIS-User-f4125267.html
___
Qgis-user mailing list
Qgis-user@lists.osgeo.org
List info: https://lists.osgeo.org/mailman/listinfo/qgis-user
Unsubscribe: https://lists.osgeo.org/mailman/listinfo/qgis-user

[Qgis-user] About wfs update to multiple rows

2019-06-11 Thread Jorge Infante
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:


 
   myattribute
  < I need put the computed value here
 
 
   
 
   id
   9
 
 
   id
   19
 
   
 


I need to produce a sql like this:

update mylayer set myattribute = myattibute * 2 where id between 10 and 20;

Is it posible?

Thanks

jorge infante
rosario - santa fe - argentina
___
Qgis-user mailing list
Qgis-user@lists.osgeo.org
List info: https://lists.osgeo.org/mailman/listinfo/qgis-user
Unsubscribe: https://lists.osgeo.org/mailman/listinfo/qgis-user