I want to update all the users in my database to have email notifications enabled. I can't figure out what the exact sql query should be. This is what I have so far:
UPDATE "eshop_users" SET "emailnotify" = yes WHERE emailnotify = "no"
coopster
5:43 pm on Mar 8, 2006 (gmt 0)
If you want to UDPATE all records, don't even use a WHERE clause: