CR 9.1
SQL Server 2K
I have an audit table that stores a record including the date and time each time something changes in an order. I need to be able to pull only the record containing the very first entry for an order (the record that was created when the sale was made). This seems liek it should be simple, but it escapes me. Thanks.
SQL Server 2K
I have an audit table that stores a record including the date and time each time something changes in an order. I need to be able to pull only the record containing the very first entry for an order (the record that was created when the sale was made). This seems liek it should be simple, but it escapes me. Thanks.