Re: Updating rows in a table with the information from the same table

2008-03-11 Thread Sebastian Mendel
MariSok schrieb: I have a products table with historical price information. Some records are missing price information. I added another field - closest_price, to be populated for records with 0 price. This would be price values from the same table, same product with non-zero price with earliest

Updating rows in a table with the information from the same table

2008-03-10 Thread MariSok
I have a products table with historical price information. Some records are missing price information. I added another field - closest_price, to be populated for records with 0 price. This would be price values from the same table, same product with non-zero price with earliest date. So my updat