sql语句中变量的写法
Posted 仁义礼智信的
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了sql语句中变量的写法相关的知识,希望对你有一定的参考价值。
$sql = "update cat set num=num+1 where cat_id=$art[cat_id]";
$sql = "update cat set num=num+1 where cat_id=".$art[‘cat_id‘];
以上是关于sql语句中变量的写法的主要内容,如果未能解决你的问题,请参考以下文章