need help

From: denero team <deneroteam(at)gmail(dot)com>
To: pgsql-sql(at)postgresql(dot)org
Subject: need help
Date: 2013-02-21 17:36:00
Message-ID: CACotafd7p+MR6famJHOTLQrCMrYRPRSEP8YrNR6PGQ7jNbgBjA@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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

Responses

Browse pgsql-sql by date

  From Date Subject
Next Message Carlos Chapi 2013-02-21 19:56:46 Re: need help
Previous Message Don Parris 2013-02-21 10:42:31 Re: Summing & Grouping in a Hierarchical Structure