• Post Reply Bookmark Topic Watch Topic
  • New Topic
programming forums Java Mobile Certification Databases Caching Books Engineering Micro Controllers OS Languages Paradigms IDEs Build Tools Frameworks Application Servers Open Source This Site Careers Other Pie Elite all forums
this forum made possible by our volunteer staff, including ...
Marshals:
  • Campbell Ritchie
  • Tim Cooke
  • paul wheaton
  • Ron McLeod
  • Jeanne Boyarsky
Sheriffs:
  • Paul Clapham
Saloon Keepers:
  • Tim Holloway
  • Roland Mueller
Bartenders:

simple question in mysql query

 
Ranch Hand
Posts: 119
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi guys I have something like this in my mysql table , I would like to get a resultset of how many spools completed( fitup joint completed and welding joint completed)
one spool considers completed if all joints under that spool completed for both fitup and welding completed

DrawingNo spoolNo jointNo fitup welding

Draw 1 Spool 1 Joint 1 completed completed
Draw 1 Spool 1 Joint 2 completed
Draw 1 Spool 2 Joint 1 completed completed
Draw 1 Spool 2 Joint 2 Completed completed

Draw 2 Spool 1 Joint 1 completed completed
Draw 2 Spool 2 Joint 1
Draw 2 Spool 3 Joint 1 completed

Draw 3 Spool 1 Joint 1 completed completed

in this case only draw3 spool1 is completed

please help me guys


 
Ranch Hand
Posts: 118
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Alsoumahi -

I think you query would look something like this



- Agad
 
I'm not dead! I feel happy! I'd like to go for a walk! I'll even read a tiny ad:
Clean our rivers and oceans from home
https://www.kickstarter.com/projects/paulwheaton/willow-feeders
reply
    Bookmark Topic Watch Topic
  • New Topic