|
|
马上注册,结交更多好友,享用更多功能,让你轻松玩转社区。如果您注册时有任何问题请联系客服QQ: 83569622 。
您需要 登录 才可以下载或查看,没有帐号?注册
x
在下面句子里加了 '_', 之后,就报错:
concat([orcl2top].[TOP_DEPT_INF4].[DEPTNAME],'_',[orcl2top].[TOP_DEPT_INF3].[DEPTNAME])
QE-DEF-0177 An error occurred while performing operation 'sqlPrepareWithOptions' status='-9'. UDA-SQL-0446 Oracle returned an error message. ORA-00909: invalid number of arguments UDA-SQL-0450 An unexpected error encountered during the "prepare" operation.
RSV-RND-0053 Unable to find the item 'ID' in the query 'Query1'.
RSV-RND-0053 Unable to find the item 'USERNAME' in the query 'Query1'.
RSV-RND-0053 Unable to find the item 'REALNAME' in the query 'Query1'.
RSV-RND-0053 Unable to find the item 'TELEPHONE' in the query 'Query1'.
这个是啥原因?
我只是想把父部门和子部门连接起来,中间加个连接符…… |
|