$updateMany
Update multiple records in the table based on the provided conditions. The $updateMany method is used to modify specific fields of all records that match the given conditions, making it ideal for batch updates.
Query
Parameter's
$where
<StaticProps>
$update
$rules
$options
Last updated