oracle包含字符串函数 oracle错误:ORA-00920: 无效的关系运算符,请问应该怎么解决?
oracle错误:ORA-00920: 无效的关系运算符,请问应该怎么解决?
bl20130401342在哪里?应该是column name=data的位置。例如:SQL> select*from testmain where idselect*from testmain where id*第1行出现错误:ora-00920:关系运算符无效SQL> select*from testmain where id=1,unselected line
是连接符号。例如,如果您选择两个数字,一个AAA,一个bbbaaa | BBB,那么它就是aaabbbselect“AAA”。您还可以在字段中添加字符串关键字:Oracle connection operator double vertical bar“|”将两个字段字符串连接在一起。连接运算符是双竖条“|”,通过连接操作将两个字段字符串连接在一起。例如,SQL代码select uname | age as “name and age”from uinfo result is:name and age black hair 25 purple hair 19还可以在结果集中添加字符串SQL代码select uname | age as “name and age”from uinfo black hair age:25 purple hair age:19
oracle包含字符串函数 ora00920错误 oracle数据库
版权声明:本文内容由互联网用户自发贡献,本站不承担相关法律责任.如有侵权/违法内容,本站将立刻删除。