need help - Mailing list pgsql-sql

From denero team
Subject need help
Date
Msg-id CACotafd7p+MR6famJHOTLQrCMrYRPRSEP8YrNR6PGQ7jNbgBjA@mail.gmail.com
Whole thread Raw
Responses Re: need help
List pgsql-sql
Hi All,

I need some help for my problem.
Problem :
I have following tables
1. Location :   id, name, code
2. Product   id, name, code, location ( ref to location table)
2. Product_Move   id, product_id ( ref to product table), source_location (ref to
location table) , destination_location ( ref to location table) ,
datetime ( date when move is created)

now i want to know for given period of dates, where is the product actually.

can anyone help me ??

Thanks,

Dhaval



pgsql-sql by date:

Previous
From: Don Parris
Date:
Subject: Re: Summing & Grouping in a Hierarchical Structure
Next
From: Carlos Chapi
Date:
Subject: Re: need help