通过条件的查询----涉及到三层(Action Service DAO)
Posted
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了通过条件的查询----涉及到三层(Action Service DAO)相关的知识,希望对你有一定的参考价值。
通过条件的查询
select
from Employee e
where 1=1
and e.name like ‘%李%’
and e.name like ‘%王%‘
order by e.name desc;
以上是关于通过条件的查询----涉及到三层(Action Service DAO)的主要内容,如果未能解决你的问题,请参考以下文章