nutzam / nutz

Nutz -- Web Framework(Mvc/Ioc/Aop/Dao/Json) for ALL Java developer
https://nutzam.com
Apache License 2.0
2.53k stars 942 forks source link

nutz.dao是否支持伪列? #1497

Open miniyuan opened 5 years ago

miniyuan commented 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 即:结果集的字段是个子查询

wendal commented 5 years ago

自定义sql?

threefish commented 5 years ago

自定义sql使用nutz-sqltpl更佳 @miniyuan