You hava an error in your SQL syntax ; check the manual that corresponds to your MySQL server for the right
syntax to use near '2 * from use_table) t' at line 1SQL code: mysql 里面可以这样写么??不懂,帮顶... delete t from (select top 2 * from use_table) t
delete t from t where 关键字 in (select top 2 关键字 from use_table) 我的mysql-5.0.22-win32里试了,没有这个语法 SQL code: delete from 表名 where 条件 in (select top 2 条件 from 表名 )
code=SQL]delete from use_table limit 2;[[/code] {{
1、是不是PHP中只能使用mysql_query("update user_aa set money=money2-".$bpanmm." where uid=".$userppp);更新数据??? 2、PHP更新mysql_fetch_row($res)与mysql_fetch_array($res)中的数� ......