Questions tagged as 'hql'

1
answer

How do I return a list with a range of two dates with hql?

I have created an integer of type String for the query of dates of a demand List<Demand> findAllDemandsBydates(String starDate, String endDate) throws ParseException; here is where I implement my code and say it is a string and I g...
asked by 25.02.2018 / 02:17
1
answer

SQL problem with distinct and count

I have two tables, the first call question_tags_g3 and the second questions_g3. In the question_tags_g3 table the tag field contains programming languages and some are repeated many times, and when executing this statement: select a.tag, count...
asked by 17.01.2018 / 15:38