We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
如 select id,(select name from school_info where id = userinfo.school_id) as school_name from user_info where school_id = 1
需要解析column为 id,school_name