Method Mysql.SqlTable()->remove_multi()


Method remove_multi

void remove_multi(array(mixed) ids)

Description

Removes multiple records selected by primary key values. It is not an error if some of the ids elements don't match any records.

This function currently only works if the primary key is a single column.

See also

remove