Update Multiple items in a collection
				Posted: Mon Jul 03, 2017 1:48 pm
				by Deon
				Hi
 
 I would like to update a particular column of multiple records in a collection similar to this SQL statement
 
 UPDATE table SET colname = 'anything' WHERE condition......
 
 Can that be done?
 
 Thank you.
 
					
				Update Multiple items in a collection
				Posted: Wed Jul 05, 2017 7:15 am
				by Serhii Kulibaba
				Hello Deon,
 
 Please see the documentation page how to do that here: https://docs.appery.io/reference#data...
 
					
				Update Multiple items in a collection
				Posted: Sat Jul 08, 2017 1:18 am
				by Deon
				Hi Serhii
 
 Perfect. Thank you. 
 Deon