Hello all.
I'm trying to get values from a set of data based on the entries being the most recent. A simple example would be.
myTable fields:
Key (int)
Date (DateTime)
DataValue (string)
What would be the syntax for
Select * from myTable where Date (is most recent)
This is not the actual setup, it would just get me the syntax that I am looking for.
Thanks all.
Patrick
Patrick
I'm trying to get values from a set of data based on the entries being the most recent. A simple example would be.
myTable fields:
Key (int)
Date (DateTime)
DataValue (string)
What would be the syntax for
Select * from myTable where Date (is most recent)
This is not the actual setup, it would just get me the syntax that I am looking for.
Thanks all.
Patrick
Patrick