YC3354
2017-10-23 02:43ORA-00907:missing right parenthesis
20VB程序中,执行报错!ORA-00907:missing right parenthesis
Dim SQL_UpdateStatus As String
SQL_UpdateStatus = "update Brmemsuser B set B.Status = 'E' where B.Userid not in (" & _
"Select A.Repairuserid from BRMEMSREPAIRTIME A" & _
"where A.Logouttime is null) and B.Status = 'I'"
ED.Execute SQL_UpdateStatusD
- 点赞
- 回答
- 收藏
- 复制链接分享
1条回答
为你推荐
- ORA-00907:missing right parenthesis
- oracle
- 1个回答