|
|
Browse by Tags
All Tags » performance » group by (RSS)
-
Hi,
In my life of Java development, I have used JDBC to homegrown solutions to EJB to hibernate in various projects.Currently I use hibernate in current application. As a small module, we had a requirement of displaying statistical data and Charts of various types. I had to use pure JDBC for it. Most queries look like:
select count(distinct ...
|
|
|