need help

Поиск
Список
Период
Сортировка
От denero team
Тема need help
Дата
Msg-id CACotafd7p+MR6famJHOTLQrCMrYRPRSEP8YrNR6PGQ7jNbgBjA@mail.gmail.com
обсуждение исходный текст
Ответы Re: need help  (Carlos Chapi <carlos.chapi@2ndquadrant.com>)
Список 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 по дате отправления:

Предыдущее
От: Don Parris
Дата:
Сообщение: Re: Summing & Grouping in a Hierarchical Structure
Следующее
От: Carlos Chapi
Дата:
Сообщение: Re: need help