level 1
无望冷枫
楼主
update depot set depot.g_num=depot.g_num+buy.g_num from depot,buy where depot.g_name=buy.g_name
运行出现 You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near 'from depot,buy where depot.g_name=buy.g_name' at line 1
2018年05月31日 02点05分
1
运行出现 You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near 'from depot,buy where depot.g_name=buy.g_name' at line 1