You are here: Function Reference > SQL and Misc. Functions > SqlUpdate

SqlUpdate

 

Updates rows into a Table using an SQL "where" clause. DataArray should contain field names and values. Only server administrators may access this function.

 

Arguments

Table - The table whose the rows should be updated. See the Programmer's Guide in the Reference Manual for more information about ListManager's tables (string)

DataArray - The data array to update the table (ArrayOfKeyValueType)

SqlWhere - The SQL "where" clause that should be run (string)

 

Returns

Success flag – true if update successful

 

Return Data Type

bool

 

Access Rights (learn more)

 

List Site Server Listname Required

 

  x  

 

Version  

ListManager 8.1



SqlInsert ApiVersion