比如说,我在action中,用一个pulbic String select(...)来写, 是不够在里面同时写上6个sql语句吗?
用sql中的union,将6个select连起来
string sql = "(select xxx from xxx) union (select yyy from yyy) union(...)"
楼上的语句是什么意思?求解释