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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 24, 20262026-05-24T14:12:59+00:00 2026-05-24T14:12:59+00:00

This is my thought… I’m making a selection from a database and one of

  • 0

This is my thought…

I’m making a selection from a database and one of the columns is oe.prodplan_id. This one contains an number that referes to another table. Many of the selected rows contains the same number in oe.prodplan_id so i just want all the rows that contains the lowest value. For exampel all rows where oe.prodplan_id = 1.
The thing is that i dont now the lowest value, so from the selected rows i only want thoses with lowest number..
Maybe my explanation is bad, but so is my english 🙂

This is my sql question if it helps:

SELECT 
    oe.id AS oeID, oh.ordernumber, oe.order_line, oe.prod_week, 
    oe.prodplan_id, oe.door_type, oe.amount AS amountOfDoors, oe.inner_color, 
    oe.outer_color, oe.prod_week, a.name, a.description, i.amount AS iAmount, 
    md.status AS mdStatus, i.width, i.length, c.color_name AS innerColor, 
    c2.color_name AS outerColor, pp.status, oe.pos, d.name, md.id AS mdid 
FROM pd_mounting_details AS md 
LEFT OUTER JOIN pd_order_eco AS oe ON md.order_data = oe.id 
LEFT OUTER JOIN pd_article AS a ON md.article = a.id 
LEFT OUTER JOIN pd_inventory AS i ON md.id = i.pp_id 
LEFT OUTER JOIN pd_order_head AS oh ON oe.order_head = oh.id 
LEFT OUTER JOIN pd_colors AS c ON oe.inner_color = c.id 
LEFT OUTER JOIN pd_colors AS c2 ON oe.outer_color = c2.id 
LEFT OUTER JOIN pd_doors as d ON oe.door=d.id 
LEFT OUTER JOIN pd_production_plan AS pp ON oe.prodplan_id = pp.id 
WHERE 
     (a.production_group = 4) 
     AND (NOT (oe.amount = 0)) 
     AND (pp.status = 4) 
     AND md.status = 4
     AND (startTime = '' OR startTime IS NULL) 
     AND (stopTime = '' OR stopTime IS NULL)
ORDER BY oe.pos

Best regards

  • 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-24T14:13:00+00:00Added an answer on May 24, 2026 at 2:13 pm
    SELECT 
        oe.id AS oeID, oh.ordernumber, oe.order_line, oe.prod_week, 
        oe.prodplan_id, oe.door_type, oe.amount AS amountOfDoors, oe.inner_color, 
        oe.outer_color, oe.prod_week, a.name, a.description, i.amount AS iAmount, 
        md.status AS mdStatus, i.width, i.length, c.color_name AS innerColor, 
        c2.color_name AS outerColor, pp.status, oe.pos, d.name, md.id AS mdid 
    FROM pd_mounting_details AS md 
    LEFT OUTER JOIN pd_order_eco AS oe ON md.order_data = oe.id 
    LEFT OUTER JOIN pd_article AS a ON md.article = a.id 
    LEFT OUTER JOIN pd_inventory AS i ON md.id = i.pp_id 
    LEFT OUTER JOIN pd_order_head AS oh ON oe.order_head = oh.id 
    LEFT OUTER JOIN pd_colors AS c ON oe.inner_color = c.id 
    LEFT OUTER JOIN pd_colors AS c2 ON oe.outer_color = c2.id 
    LEFT OUTER JOIN pd_doors as d ON oe.door=d.id 
    LEFT OUTER JOIN pd_production_plan AS pp ON oe.prodplan_id = pp.id 
    WHERE 
         (a.production_group = 4) 
         AND (NOT (oe.amount = 0)) 
         AND (pp.status = 4) 
         AND md.status = 4
         AND (startTime = '' OR startTime IS NULL) 
         AND (stopTime = '' OR stopTime IS NULL)
    
         --ADDED
         AND oe.prodplan_id = (SELECT MIN(prodplan_id) FROM pd_order_eco)
    
    ORDER BY oe.pos
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I thought this would be fairly easy, but I'm totally baffled. I want one
I thought that the :hover pseudo-class only works on links in IE. This example
I thought this would be something that's fairly common - but cant find it
I thought this approach would be safe, in that it wouldn't allow exceptions to
I thought this was asked before, but 15 minutes of searching on Google and
I thought this code would work, but the regular expression doesn't ever match the
I thought this was pretty straight forward but I don't get the same results
I thought this would be simple, but its not working .. in both the
I thought this would have done it... $rowfetch = $DBS->{Row}->GetCharValue(meetdays); $rowfetch = /[-]/gi; printline($rowfetch);
I thought this was covered elsewhere but I don't see it now. Anyway, having

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.