问题描述
select t.*, t.rowid,p.account_title_name from account_title t,account_title p where t.parent_account_title =p.account_title_id
解决方案
其实写法类似sql :select * from table名字hql : select * from 是类名,不是表名
时间: 2024-10-21 09:16:49
select t.*, t.rowid,p.account_title_name from account_title t,account_title p where t.parent_account_title =p.account_title_id
其实写法类似sql :select * from table名字hql : select * from 是类名,不是表名