我正在使用 MySql。当我从表中选择多列时
负责人ID,职务
然后生成错误。所以我不会选择多列。请帮我解决这个问题。
select id,
title,
responsible_id,
project_id p_id,(select responsible_id,title from projects where p_id=projects.project_id) responsible_id,
status,
create_by,
milestone_id from tasks