select t.*from talk twhere t.user_id = 2Unionselect t.*from talk t, user_contact cwhere c.user_id = 2 and c.contact_type = 1 and c.be_user_id = t.user_id不想使用 Union 也不想去重,有没有最简单的写法?hibernate不支持Union可不可以使用内连接和左连接 实现呢?
添加回答
举报
0/150
提交
取消