首页 诗词 字典 板报 句子 名言 友答 励志 学校 网站地图
当前位置: 首页 > 教程频道 > 数据库 > oracle >

ORA-00900 无效Sql语句解决思路

2012-02-02 
ORA-00900 无效Sql语句剛開始用Oracle語句是 updataintotablesettext+sql+ ,type +type+ whereid

ORA-00900 无效Sql语句
剛開始用Oracle   語句是 "updata   into   table   set   text   =   "+sql+ ",type   = "+type+ "   where   id= "+sqlid;   怎麽一執行就報我 "ORA-00900   无效Sql语句 "?     是什麽情況

[解决办法]
"updata table set text = "+sql+ ",type = "+type+ " where id= "+sqlid;

热点排行