G
Guest
Hi,
I need to solve this problem: I have a huge database that lists all
products, by Order - Item, and has shipping information ('Vessel',
'Destination', 'Departure Date' and 'Arrival Date'). Each vessel and
destination may have thousands of order - items included so updating dates is
very upsetting and time wasting.
I want to uptade the Departure and Arrival dates grouped by 'Vessel' and
'Destination', and not for each Order - Item. I've created a 'SELECT ...
GROUP BY' query but now I don't know how to update the info I see.
Can somebody help me out pls?
Thanks. Bregards
I need to solve this problem: I have a huge database that lists all
products, by Order - Item, and has shipping information ('Vessel',
'Destination', 'Departure Date' and 'Arrival Date'). Each vessel and
destination may have thousands of order - items included so updating dates is
very upsetting and time wasting.
I want to uptade the Departure and Arrival dates grouped by 'Vessel' and
'Destination', and not for each Order - Item. I've created a 'SELECT ...
GROUP BY' query but now I don't know how to update the info I see.
Can somebody help me out pls?
Thanks. Bregards