S
Steve
I am trying to get the ID of a newly inserted record. After initial insert,
the rows can have the same values(Except the PK) so I can't be assured that
I'm getting the most recent record, in fact 100% I'm not.
Is there a way that I can SELECT a single record from a table and only
return the row that has the highest value for a given column?
Thanks for any help,
Steve
the rows can have the same values(Except the PK) so I can't be assured that
I'm getting the most recent record, in fact 100% I'm not.
Is there a way that I can SELECT a single record from a table and only
return the row that has the highest value for a given column?
Thanks for any help,
Steve