select 表1.*,表2.* from 表1,表2 where to_char(表1.a) = to_char(表2.b|| 表2.c)
where 表1.a = to_char(表2.b)||表2.c