Search...
FAQs
Subscribe
Pie
FAQs
Recent topics
Flagged topics
Hot topics
Best topics
Search...
Search within Object Relational Mapping
Search Coderanch
Advance search
Google search
Register / Login
Win a copy of
OCP Oracle Certified Professional Java SE 21 Developer Study Guide: Exam 1Z0-830
this week in the
Programmer Certification
forum!
Post Reply
Bookmark Topic
Watch Topic
New Topic
programming forums
Java
Mobile
Certification
Databases
Caching
Books
Engineering
Micro Controllers
OS
Languages
Paradigms
IDEs
Build Tools
Frameworks
Application Servers
Open Source
This Site
Careers
Other
Pie Elite
all forums
this forum made possible by our volunteer staff, including ...
Marshals:
Campbell Ritchie
Tim Cooke
Liutauras Vilda
Jeanne Boyarsky
paul wheaton
Sheriffs:
Ron McLeod
Devaka Cooray
Henry Wong
Saloon Keepers:
Tim Holloway
Stephan van Hulst
Carey Brown
Tim Moores
Mikalai Zaikin
Bartenders:
Frits Walraven
Forum:
Object Relational Mapping
recursive JQL/HQL
nimo frey
Ranch Hand
Posts: 580
posted 15 years ago
Number of slices to send:
Optional 'thank-you' note:
Send
Hello,
How can I translate this recursive query (from DB2, example query of
http://it.toolbox.com/blogs/db2luw/using-values-to-build-a-recursive-query-12601
):
WITH ALL_DAYS(DT) AS ( VALUES (DATE('2009-02-01')) UNION ALL SELECT DT + 1 DAY FROM ALL_DAYS WHERE DT < '2009-09-02' ) SELECT DT FROM ALL_DAYS;
to JQL or HQL ?
Is that possible?
Where does a nanny get ground to air missles? Protect this tiny ad:
Gift giving made easy with the permaculture playing cards
https://coderanch.com/t/777758/Gift-giving-easy-permaculture-playing
reply
reply
Bookmark Topic
Watch Topic
New Topic
Boost this thread!
Similar Threads
Hibernate Query Language where clause
How to get aroun LazyInitialization exceptions using Spring HibernateDaoSupport?
HQL join problem
How to use IN Clause in HQL
tuple in jql/hql
More...