发布网友 发布时间:2022-04-27 02:35
共3个回答
热心网友 时间:2022-04-08 20:53
不能同时写下,这样的操作在任何数据库中都不支持,只能用存储过程来实现。
热心网友 时间:2022-04-08 22:11
$dsql->ExecuteNoneQuery("Update `#@__archives` set `arcrank`='0', `sortrank`='$time', `pubdate`='$time' where id = '$id';");
$dsql->ExecuteNoneQuery("Update `#@__taglist` set arcrank='0' ;");
这样不行吗?
热心网友 时间:2022-04-08 23:46
你能不能把问题具体化,举个例子说明一下,你要在数据库上写些什么东西,要这么操作的原因是什么,看大家能不能帮你解决。
你现在的说明太过抽象了。