Skip to content

apimigrationupdaterecord

Troy Murray edited this page Sep 15, 2011 · 2 revisions

Migration :: updateRecord function

Usage

Updates a record in a table.

updateRecord(table[,where][[,columnName=columnValue]]);

Parameters

Parameter Required Default Description table Yes Name of table to update records where No Where condition one or more columnNames Use column name as argument name and value

Examples

updateRecord(table='members',where='id=1',status='Active');
Clone this wiki locally