Hi folks,
My brain is going abit dead.. need some technical advise on sql query..
VENDOR_QUOTE table : vendor_id,partid,quote_date,default_price
for each part, i can have few vendors
for each part, i can have few quote dates
i need to know how i should write my sql such that,
it will return the latest quote price for each pair of vendor and its supplying part.
Any advise here? Thanks.
My brain is going abit dead.. need some technical advise on sql query..
VENDOR_QUOTE table : vendor_id,partid,quote_date,default_price
for each part, i can have few vendors
for each part, i can have few quote dates
i need to know how i should write my sql such that,
it will return the latest quote price for each pair of vendor and its supplying part.
Any advise here? Thanks.