Welcome to OStack Knowledge Sharing Community for programmer and developer-Open, Learning and Share
Welcome To Ask or Share your Answers For Others

Categories

Recent questions tagged hql

0 votes
259 views
1 answer
    I have used hibernate to interact with my database, now I wanted to make my database layer secure against SQL ... can that be achieved ?? See Question&Answers more detail:os...
asked Oct 24, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
594 views
1 answer
    I want the query results to be grouped by day of the week .. like into 7 groups Monday, Tuesday, Wednesday ... HQL/Criteria)? Thanks in advance. See Question&Answers more detail:os...
asked Oct 24, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
243 views
1 answer
    I need to take hql that is currently : select distinct a from Asset as a where ... and change it to select new ... a.id but that doesn't work. See Question&Answers more detail:os...
asked Oct 24, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
230 views
1 answer
    I need to take hql that is currently : select distinct a from Asset as a where ... and change it to select new ... a.id but that doesn't work. See Question&Answers more detail:os...
asked Oct 24, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
307 views
1 answer
    I have a Hive (ver 0.11.0) table partitioned by column date, of type string. I want to know if there exists ... between 'date1' and 'date2'); See Question&Answers more detail:os...
asked Oct 24, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
269 views
1 answer
    Hive uses IF(condition, expression, expression), so when I want to do if / else if / else if / else, I have to do: IF ... (c) { 3 } else { 4 } See Question&Answers more detail:os...
asked Oct 24, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
720 views
1 answer
    I am trying following hql query to execute SELECT count(*) FROM BillDetails as bd WHERE bd. ... checkLhsIsNotCollection(DotNode.java:558) See Question&Answers more detail:os...
asked Oct 24, 2021 in Technique[技术] by 深蓝 (71.8m points)
To see more, click for the full list of questions or popular tags.
Ask a question:
Welcome to OStack Knowledge Sharing Community for programmer and developer-Open, Learning and Share
Click Here to Ask a Question

...