Re: Last Record

From: Matt Kerr (mat..entralparksoftware.com)
Date: Fri Oct 27 2006 - 13:48:07 EDT

  • Next message: Michael Gentry: "Re: Re: a few qestions if you don't mind"

    This is from the hip - so add salt ..

    but how about sort descending and use a fetchLimit = 1
    (does that make sense?)

    ok - thanks,
    -mk

    On Oct 27, 2006, at 04:20 , Gary Jarrel wrote:

    > Hey All!
    >
    > Just looking for some advice on getting the last record out of a
    > table, hoping for the most efficient solution.
    >
    > For example user table has a open to many into a login_history table,
    > when a user logs in I want to get the last record out of a
    > login_history table based on the login_date field for this particular
    > user. I'm trying to avoid getting the entire login history into a
    > list, and then retrieving the last record in this list (sorted
    > ofcourse)
    >
    > Any best practices under Cayenne?
    >
    > Thanks in advance.
    >
    > Gary



    This archive was generated by hypermail 2.0.0 : Fri Oct 27 2006 - 13:48:36 EDT