问题
I know it sounds to be a stupid question but i was wondering if the update
query can be used without a where
clause. And if so in what conditions.
Thanks in advance.
回答1:
if you don't use the WHERE
clause all the records on the table will be affected
来源:https://stackoverflow.com/questions/12163047/update-query-without-where-clause