Hello all,
I have a little problem that i seem to be at a loss at solving efficiently. Here's the situation
table : order_status_tracking
cols : id (int), orderId (int), newStatus(int), date(date), time(time)
each time an order gets a new status there is a row inserted in this table. now i...