标签: php mysql
我想序列化名为hPriority的数据库中的列。我在PHP代码中使用以下mysql,但显然我的语句错误,因为它给我语法错误:
$hPriorityQueryUpdate = mysql_query (" SET @counter = 0; UPDATE hContactInfo (@counter := @counter +1) as hPr SET hPriority = hPr WHERE (hType ='$hType') ");
谢谢你的帮助:)