I have a table that is an event log of order information. Each order may
have multiple entries - Placed, Acknowledged, Filled, Cancelled, Complete.
I'd like to recover all records for a particular order only if it is not
COMPLETE. Table looks as follows:
create table orders (...