T
Tommy DN
I can't find a select-query, but first I'm going to explain the
situation:
This can be a example of my table ( in real, it's more sophisticated
):
" Value " and " Time " are the fieldnames.
Value Time
* 1 1 *
2 1
3 1
* 2 2 *
3 2
* 3 3 *
* 4 4 *
So, I only need to select the Value with the highest Time ( Time and
Value are both integer (number) - fields ). The result must be what
I've set between '*':
Result:
Value Time
* 1 1 *
* 2 2 *
* 3 3 *
* 4 4 *
Does someone know I SQL-command for it?
situation:
This can be a example of my table ( in real, it's more sophisticated
):
" Value " and " Time " are the fieldnames.
Value Time
* 1 1 *
2 1
3 1
* 2 2 *
3 2
* 3 3 *
* 4 4 *
So, I only need to select the Value with the highest Time ( Time and
Value are both integer (number) - fields ). The result must be what
I've set between '*':
Result:
Value Time
* 1 1 *
* 2 2 *
* 3 3 *
* 4 4 *
Does someone know I SQL-command for it?