SqlDelete

Deletes row(s) from a table using a "where" clause. Only server administrators may access this function.

 

Arguments

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

SqlWhere - The "where" clause (string)

 

Returns

Success Flag (boolean)



SQLSelect SqlInsert