Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 7188151
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 28, 20262026-05-28T19:00:20+00:00 2026-05-28T19:00:20+00:00

I have a simple query which get a list of all dates in a

  • 0

I have a simple query which get a list of all dates in a date range, and want to implement it in groovy.

select 
TO_DATE('01/23/2012','MM/DD/YYYY') + level -1
from 
dual connect by level < (TO_DATE('02/07/2012','MM/DD/YYYY') - TO_DATE('01/23/2012','MM/DD/YYYY'));

Result set is :

23-JAN-12
24-JAN-12
25-JAN-12
26-JAN-12
27-JAN-12
28-JAN-12
29-JAN-12
30-JAN-12
31-JAN-12
01-FEB-12
02-FEB-12
03-FEB-12
04-FEB-12
05-FEB-12

Can I do this using groovy or if not hibernate?

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-05-28T19:00:22+00:00Added an answer on May 28, 2026 at 7:00 pm
    d1 = new Date("1/23/2012")
    d2 = new Date("2/5/2012")
    (d1..d2).each { println "${it} (${it.format('dd-MMM-yy').toUpperCase()})" }
    

    Outputs:

    Mon Jan 23 00:00:00 EST 2012 (23-JAN-12)
    Tue Jan 24 00:00:00 EST 2012 (24-JAN-12)
    Wed Jan 25 00:00:00 EST 2012 (25-JAN-12)
    Thu Jan 26 00:00:00 EST 2012 (26-JAN-12)
    Fri Jan 27 00:00:00 EST 2012 (27-JAN-12)
    Sat Jan 28 00:00:00 EST 2012 (28-JAN-12)
    Sun Jan 29 00:00:00 EST 2012 (29-JAN-12)
    Mon Jan 30 00:00:00 EST 2012 (30-JAN-12)
    Tue Jan 31 00:00:00 EST 2012 (31-JAN-12)
    Wed Feb 01 00:00:00 EST 2012 (01-FEB-12)
    Thu Feb 02 00:00:00 EST 2012 (02-FEB-12)
    Fri Feb 03 00:00:00 EST 2012 (03-FEB-12)
    Sat Feb 04 00:00:00 EST 2012 (04-FEB-12)
    Sun Feb 05 00:00:00 EST 2012 (05-FEB-12)
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I have a simple query which is returning records based on the field status
I have a URI here in which a simple document.cookie query through the console
I have a simple query like this: select * from mytable where id >
I have a simple SQL query: Select ID, COUNT(ID) as Selections, OptionName, SUM(Units) as
I have a list of systems for which I'm trying to get IP addresses.
I have a simple query: $query = new WP_Query('showposts=5'); that will obviously display 5
I have a simple SQL query in PostgreSQL 8.3 that grabs a bunch of
I have a simple LINQ query on ADO.NET Entity Framework as follows var result
I have a relatively simple query joining two tables. The Where criteria can be
I have a super-simple query in a star schema. One fact, two dimensions. I

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.