Does anyone knows how I can find the first time a record input into the system?
I have the following:
Select * from status
where datefirstentered > datecompleted
but this is not guaranteed to pull the first time the record was entered into the system Anyone has any other ideas?
Thanks