UPDATE Query without WHERE Clause

微笑、不失礼 提交于 2019-12-30 16:28:07

问题


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

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!