Posted by Michael Fesser on 06/16/07 18:37
..oO(Gandalf)
>On Jun 16, 5:23 pm, Gandalf <goldn...@gmail.com> wrote:
>
>I feel like I need to explain it more clearly.
>
>Like the last users that watch my card in a date site. I wont that if
>I entered both month ago and second ago the query steel pull me as the
>last user that entered the card
Still confusing, but do you want to get the last entry from a database
table? Then you have to implement something to get the records in a
specific order (database records don't have any specific order by
default), for example the date when the record was inserted or updated.
Then sorting by date and fetching the last record is trivial.
Micha
[Back to original message]
|