Criteria Builder with join on one to many and greater than not work

后端 未结 0 2045
长发绾君心
长发绾君心 2021-02-15 19:13

I have two tables Table and Table1 with oneToMany relationship. I have this query

select distinct a.* from Table a, Table1 b where 
b.fk_Table = a.sequ_id and
b.v         


        
相关标签:
回答
  • 消灭零回复
提交回复
热议问题