Was this helpful?
WHERE Clause
The WHERE clause specifies the search_conditions that rows of the table must satisfy in order to be updated.
Caution!  Use caution when using the UPDATE statement without a WHERE clause. The target columns are updated for all rows if conditions are not specified using the WHERE clause.
Last modified date: 04/03/2024