mysql数据库导入和导出的问题! 从本地向远程服务器导入数据,导入一切正常 用myeclipse的工具DB Browser查看,数据也正常, 但是网页访问时报org.apache.jasper.JasperException: org.springframework.orm.hibernate3.HibernateJdbcException: JDBC exception on Hibernate data access; nested exception is org.hibernate.exception.SQLGrammarException: could not execute query
请高手指点,我对一张表查询后再更新,查询是子查询,报错: You can't specify target table 'a_table' for update in from clause 完整SQL语句是 UPDATE a_table SET STATUS=0 WHERE ID=(SELECT MIN(ID) from a_tab ......