oracle: select * from a where a.name like b.name || '%'语义同 MySQL: select * from a where a.name like b.name +'%'