select concat(t_organization.name,'-',t_department.name) as 'name' from t_organization,t_department 利用concat可以将查询结果的不同列合并成一个列