小编shi*_*jai的帖子

多个更新立即执行

我有几个必须动态执行的更新语句。我正在使用立即执行来执行这两个更新语句。但是,这样做时出现以下错误:

ORA-00911: invalid character
ORA-06512: at line 7
00911. 00000 -  "invalid character"
*Cause:    identifiers may not start with any ASCII character other than ..
Run Code Online (Sandbox Code Playgroud)

是否存在限制,即“立即执行”中不能执行多个更新语句?

编辑:例如:

begin 
EXECUTE IMMEDIATE 'UPDATE tt_TGT_TABLE SET PK_1 = ''Demand10'' where ROW_ID = 3923866 ; UPDATE tt_TGT_TABLE SET PK_1 = ''Demand11'' where ROW_ID = 3923868'; 
end;
Run Code Online (Sandbox Code Playgroud)

oracle plsql oracle11g

5
推荐指数
1
解决办法
4721
查看次数

将int转换为*NSInteger

使用时

NSInteger *myInteger = 45 ; 
Run Code Online (Sandbox Code Playgroud)

我收到警告信息,Incompatible Integer to pointer conversion sending 'NSInteger' (aka 'int') to parameter of type 'NSInteger *' (aka 'int *') 我已经阅读了另一篇有相同警告的帖子,但没有找到合适的解决方案.

iphone warnings objective-c ios

2
推荐指数
1
解决办法
5576
查看次数

标签 统计

ios ×1

iphone ×1

objective-c ×1

oracle ×1

oracle11g ×1

plsql ×1

warnings ×1