在mysql php中序列化一列

时间:2014-06-22 11:23:53

标签: php mysql

我想序列化名为hPriority的数据库中的列。我在PHP代码中使用以下mysql,但显然我的语句错误,因为它给我语法错误:

$hPriorityQueryUpdate = mysql_query (" 

SET @counter = 0; 
UPDATE hContactInfo (@counter := @counter +1) as hPr SET hPriority = hPr
WHERE (hType ='$hType')

");

谢谢你的帮助:)

0 个答案:

没有答案