select a.bind_id, a.bind_name, a.row_cnt, a.col_cnt, b.map_id, b.map_type, b.map_name,b.map_attach,a.lo
from t_bind a, t_map b
where a.bind_pid = 181
and a.map_id=b.map_id(+)
and a.df=0
order by a.lo我不知道(+)这个符号有什么用,如果不加这个符号,这个查询得不到任何结果。