Open miniyuan opened 5 years ago
例如: select t1.a,t1,b,(select t2.a from t2 where t2.b = t1.b limit 1) as c from t1 where t1.b = xx 即:结果集的字段是个子查询
自定义sql?
自定义sql使用nutz-sqltpl更佳 @miniyuan
例如: select t1.a,t1,b,(select t2.a from t2 where t2.b = t1.b limit 1) as c from t1 where t1.b = xx 即:结果集的字段是个子查询