Oracle SQL开发人员错误-ORA-00920:关系运算符无效

Oracle SQL开发人员错误-ORA-00920:关系运算符无效,oracle,Oracle,这是我的代码,检查语法后出现此错误 第15行第6列出错:ORA-00920:关系运算符无效 这个代码有什么问题 选择ahli.mshp\u编号, branch.branch_代码, branch.branch\u名称, l_mshp_type.mshp_type_desc, 啊,我的名字, l_idtype.description, 啊,不, 啊,出生日期, ahli.addr_1, ahli.addr_2, ahli.addr_3, 啊,邮政编码, l_state.description, 啊

这是我的代码,检查语法后出现此错误

第15行第6列出错:ORA-00920:关系运算符无效

这个代码有什么问题

选择ahli.mshp\u编号,
branch.branch_代码,
branch.branch\u名称,
l_mshp_type.mshp_type_desc,
啊,我的名字,
l_idtype.description,
啊,不,
啊,出生日期,
ahli.addr_1,
ahli.addr_2,
ahli.addr_3,
啊,邮政编码,
l_state.description,
啊,注意,
ahli.h_电话,
ahli.hubaddr_1,
ahli.hubaddr_2,
ahli.hubaddr_3,
啊,我的邮政编码,
ahli.emp_代码,
ahli.offaddr_1,
ahli.offaddr_2,
ahli.offaddr_3,
ahli.OFF邮政编码,
ahli.offaddr_4,
瓦里斯·纳马,
waris.id_类型,
瓦里斯,我不知道,
瓦里斯关系,
waris.addr_1,
waris.addr_2,
waris.addr_3,
waris.postcode,
waris.addr_4,
瓦里斯1号,
瓦里斯2号,
waris.mshp_否,
ahli.mshp_类型,
ahli.branch_代码,
ahli.id_类型,
ahli.addr_4
来自阿利
内连接waris
关于ahli.mshp\u no=waris.mshp\u no
内在的
加入分行
关于ahli.branch\u代码=branch.branch\u代码
内在的
加入l_mshp_类型
在ahli.mshp\u代码=l\u mshp\u type.mshp\u type\u desc
内在的
加入l_idtype
在ahli.id_type=l_idtype.description上
内在的
加入卢州
关于ahli.offaddr_4=l_state.description
你有一个额外的“和”在结尾

把那些拿走,就这么做

INNER JOIN WARIS ON AHLI.MSHP_NO = WARIS.MSHP_NO
INNER JOIN 
INNER JOIN WARIS ON AHLI.MSHP_NO = WARIS.MSHP_NO
INNER JOIN