首页
编程
java
php
前端
首页
编程
java
php
前端
mybatis自关联查询 怎么写
这个是我写的好像有错误 请高手改正一下
自关联是说的这样的吗?
select * from user u1,user u2 where u1.age=u2.age
点击展开全文