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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 13, 20262026-05-13T17:16:05+00:00 2026-05-13T17:16:05+00:00

I have two tables: **WEEK** -id -week # **ITEM** -id -name -is_marked -week #

  • 0

I have two tables:

**WEEK**

-id

-week #

**ITEM**

-id

-name

-is_marked

-week #

My final desired result is to have a table that has a rowspan=”3″ table cell with week # in it, followed by the three results for each week from SELECT * FROM item WHERE week = week_number AND is_marked = 1

I don’t know if I need to JOIN anything because I don’t really need any data from the WEEK table, but I can’t quite get how I’d loop through the results to get the desired output. Thoughts?

  • 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-13T17:16:05+00:00Added an answer on May 13, 2026 at 5:16 pm

    Ok, some thoughts.

    1. Do you really need a week table in database? What purpose does it serve? It seems like a value for the item table. Its not really an entity, so may not need a separate table IMO.

    2. You are right in that there is nothing to join in the two tables. If the Item table had week_id in it, instead of number, that would make sense, except for my comments in 1

    3. Why only 3 items from each week? If you really want that, I would recommend you order by week number in item table. You can discard the other values in code. Use the order by clause in this case.

    4. Or, you can loop through all the values in week table, for each, select from item table using week number. You can use the limit clause to return only 3 items.

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

Sidebar

Ask A Question

Stats

  • Questions 299k
  • Answers 299k
  • Best Answers 0
  • User 1
  • Popular
  • Answers
  • Editorial Team

    How to approach applying for a job at a company ...

    • 7 Answers
  • Editorial Team

    What is a programmer’s life like?

    • 5 Answers
  • Editorial Team

    How to handle personal stress caused by utterly incompetent and ...

    • 5 Answers
  • Editorial Team
    Editorial Team added an answer Use coalesce if you are using SQL Server SELECT CODPROY,… May 13, 2026 at 7:49 pm
  • Editorial Team
    Editorial Team added an answer I would guess that Background.instance is not instantiated at the… May 13, 2026 at 7:48 pm
  • Editorial Team
    Editorial Team added an answer Check out svndumpfilter and this section on Repository Maintenance. Once… May 13, 2026 at 7:48 pm

Related Questions

I am making a cookie based favorite system and need to join data from
I have two tables say ( FCT_SALES_SUMMARY_A and FCT_SALES_SUMMARY_B ). If we assume that
Hey, I stumbled upon this site looking for solutions for event overlaps in mySQL
Using the Stack Overflow public data dump, I've created three simple tables: Questions (Question_Id,
My company is working with 3 partners and each partner can have multiple brands.

Trending Tags

analytics british company computer developers django employee employer english facebook french google interview javascript language life php programmer programs salary

Top Members

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.