mySql - update a field in a table on condition on another fi
Posted: Wed Dec 06, 2006 7:49 pm
Hi there
why (in table: portfolio):
doesn't work?
help!!!
why (in table: portfolio):
Code: Select all
$query = "UPDATE `portfolio` SET `showposition = showposition+1` WHERE `published` NOT LIKE 0 AND `published` <= " . $timestamp . "ORDER BY id DESC";help!!!