Posts by Denys Wylliam • 1 point
2 posts
-
0
votes2
answers994
viewsA: Subquery in Java HQL
Since hql does not accept subquery after a FROM, just as a select element or in a WHERE, I had the idea of placing the query inside a stored Function and calling it through hql. The stored funtion…
-
0
votes2
answers994
viewsQ: Subquery in Java HQL
Hello, I am in a project that uses geolocation and I am doing a feature to list the stores closer to the location chosen by the user. I am using the Postgresql database and I made this query to…