想用hibernate对mysql进行insert into about_info (
select * from news_info )操作时,执行了但是数据库没有插入任何东西,也没报错。

"select * from news_info "+")";








使用java.sql.statement来插入可以。












有时间慢慢分析!!先备案。
想用hibernate对mysql进行insert into about_info (
select * from news_info )操作时,执行了但是数据库没有插入任何东西,也没报错。
使用java.sql.statement来插入可以。
有时间慢慢分析!!先备案。