Jump to content

[SOLVED] Changing value of a certain column to 0 on all rows


DDRRE

Recommended Posts

MySQL database name: ady_zofim
MySQL table name: ibf_members

Columns to change:

`deposited` int(16) NOT NULL default '0',
`auto_collect` tinyint(1) NOT NULL default '0',
`extra_interest` int(3) NOT NULL default '0',
`creditcard` int(3) NOT NULL default '0',
`points` int(11) NOT NULL default '10',

how can I change the value of these columns on all rows to 0?
(a PHP script would be nice :))

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.