Hi guys,
In my table I want to set an INT field in every row to 0.
What's the best way to do that ?
Thanks.
Modifying all rows ?
Moderator: General Moderators
- John Cartwright
- Site Admin
- Posts: 11470
- Joined: Tue Dec 23, 2003 2:10 am
- Location: Toronto
- Contact:
Code: Select all
UPDATE `table` SET `row` = 0