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 9220993
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 18, 20262026-06-18T03:28:40+00:00 2026-06-18T03:28:40+00:00

In my database I am storing week numbers and the relating years. For example

  • 0

In my database I am storing week numbers and the relating years. For example something like this:

id | week | year | text
---+------+------+-----------
 1 |  23  | 2012 | hello
 2 |  27  | 2012 | something
 3 |  39  | 2012 | more text
 4 |  43  | 2012 | more text

Then on the front end the user can select a week and a year and I then want to be able to return all records between that range. For example selecting between week 25 – 2012 and week 50 – 2012 would return the last 3 records.

I’m not sure whether it will be easier to also hold the first date of the week as well and search on this or if there is a way to search on weeks easily.

Thanks in advance.

  • 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-06-18T03:28:42+00:00Added an answer on June 18, 2026 at 3:28 am

    Presumably, you want consecutive weeks, even when the year is different. To do this, some arithmetic helps:

    select text
    from dates
    where year*100 + week between $weekmin+$yearmin*100 and $weekmax+$yearmax*100 
    

    This converts, say, week 7 in 2012 to “201207” for comparison purposes.

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

i am storing url string in database like this, 'http://www.domain.com' how can i display
I have a database storing VIN numbers (stored as VID) for vehicles which are
I am storing Tweets in a MongoDB database, and would like to use Field
I really have some troubles since 1 week ago. I got errors like this
I am using Microsoft Access database for storing data. In that, I stored date
I am retrieving information from my database and storing it in a reader. The
I was wondering how to set up a database for storing actions people recently
We have a sharepoint based application that uses a custom database for storing metadata/files
I am looking for a lightweight, reliable and fast key/value database for storing binary
I'm storing SQL database backup file (*.bak) in the Visual Studio solution and checking

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.