Query for report generation from multiple tables

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • anuragvatsa
    New Member
    • Dec 2009
    • 4

    Query for report generation from multiple tables

    hi,
    how to write query to select project estimated effort,actual effort spent,%usage of project effort,%complet ion of project,ratio of %work completion to % effort consumed FOR

    1. during the period
    2. Cumulative period
    All the differnt kind of effort comes from multiple tables

    thanks
    Eagle A,
  • code green
    Recognized Expert Top Contributor
    • Mar 2007
    • 1726

    #2
    With a SELECT query along with JOIN

    Comment

    Working...