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

  • Home
  • SEARCH
  • 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 6926005
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 27, 20262026-05-27T10:51:46+00:00 2026-05-27T10:51:46+00:00

I have a table with different offers which are bound to a specific date.

  • 0

I have a table with different offers which are bound to a specific date. depended on the date the price changes. i want to get the cheapest deal for each date.

my problem is i use a group by like:

select price, date from deals group by date, price

to display the offer, i need more records which are not in the group by clause. the best field would be my autoid, so if a customer selects a offer with a specific price i can display this offer with all its fields using a second select.

i hope this makes it simpler to answer my question. i tried to keep it generic as possible but i have the feeling it was not described clear enough 🙂

  • 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-27T10:51:47+00:00Added an answer on May 27, 2026 at 10:51 am

    Just add the Id column into the GROUP BY list

    SELECT id, date, price 
    FROM products 
    GROUP BY id, date, price
    

    Otherwise Sql Server was not able identify which id is to return for grouped by price and date rows, for instance consider two following rows:

    1 | 10-10-2010 | 100 |
    2 | 10-10-2010 | 100 |
    

    Which Id value should be selected for row which is grouped by date and price?

    ??? | 10-10-2010 | 100 |
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I have a table that has three different date columns, so I set each
I have a payment_types table in which you can enter different payment types such
I have different table rows, each of it contains some information text which should
I have a table of different attributes I want to sum, and then group
Is it possible to have same table name on different schema with different data
I have a table containing prices for a lot of different things in a
I have a table containing the runtimes for generators on different sites, and I
I have a page that displays a table in two different modes. In each
I have two databases at two different places, both databases are same with table
I've got a table recording views of programs. Each program can have two different

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.