Log in

View Full Version : Empty / reset all sigs


DarkDraco07
05-04-2003, 04:45 PM
how can i empty out the signature field for all the users. i tried things like TRUNCATE FIELD 'user'.'signature' but i had no luck

filburt1
05-04-2003, 05:13 PM
UPDATE user SET signature = "";