我需要选择这些字段-----
user_id,
sales_vertical,
partner_id,
category,
sub_category,
stage_id,
exp_revenue,
action,
action_date,
title_action,
date_action,
details from opportunity_history table
Run Code Online (Sandbox Code Playgroud)
和
tri_title,
tri_subtitle
from res_partner table
where res_partner.partner_id = opportunity_history.partner_id
Run Code Online (Sandbox Code Playgroud)
在一个查询中.我们怎么能这样做?
谢谢阿迪尔
sql ×1