Question : there’s a problem that I’m seeking your help with… There are two simple queries: DELETE a row from […]
Tag: nhibernate
Join two subquery in hql
Question : How can I write this sql query in as hql: select count(distinct s.id) as prepaid, count(distinct ss.id) as […]
Join two subquery in hql
Question : How can I write this sql query in as hql: select count(distinct s.id) as prepaid, count(distinct ss.id) as […]
Paging in SQL Server: Is an order by clause required? (currently, rows are being missed)
Question : We have some code that pages through a SQL result. (Currently running on SQL Server 2008) We notice […]