|
本帖最后由 yxstyle 于 2019-5-2 14:02 编辑
set @cen=(select id from cj_shjlb where fl like '[标签:分类]');
insert into cj_spsj (sjid,sphh,ghj) VALUES (@cen,'[标签:标题]','[标签:内容]')
数据要保存在表cj_spsj ,但是需要获取表cj_shjlb 的id值,所以就写成这样了。
在mysql运行查询的时候是ok的,但是在 火车头发布环节就不行了。
发布数据到NRFB发布失败 - 导入表1(cj_shjlb)失败:Fatal error encountered during command execution.MySql.Data.MySqlClient.MySqlDataReader ExecuteReader(System.Data.CommandBehavior)。
语句:set @cen=(select id from cj_shjlb where fl like '[db:首页]')Id:1 -
咋整?求大神。。。
|
|