发布网友 发布时间:2022-04-24 20:56
共4个回答
热心网友 时间:2022-04-09 16:56
手工输入的sql语句跟代码里的sql语句不一定一样,你应该通过在程序中输出sql语句,然后再去执行,看能不能正确执行。热心网友 时间:2022-04-09 18:14
能够成功执行应该就是可以了,目前看到的异常就是空格造成的。热心网友 时间:2022-04-09 19:49
String upshsql=("update shps set flag=1 where id="+sc.getId()+" ORDER BY time DESC LIMIT 1");热心网友 时间:2022-04-09 21:40
String upshsql="update shps set flag=1 where id="+sc.getId() +" ORDER BY time DESC LIMIT 1";