Link to home
Start Free TrialLog in
Avatar of Richard Korts
Richard KortsFlag for United States of America

asked on

MySQL Query

I want a query that does this.

Table structures attached.

I want to query table wo_adjs for all where column "type" = "L", then I want to query table workorder where workorder.wokey = wo_adjs.woid AND workorder.datecompl is between two dates.

I only want to display the wokey (or woid) for the workorders that meet those criteria.

Thanks
table-wo-adjs.jpg
table-workorder.jpg
ASKER CERTIFIED SOLUTION
Avatar of Julian Hansen
Julian Hansen
Flag of South Africa image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial