On Mon, Apr 19, 2010 at 5:48 AM, Eric B. <[email protected]> wrote:
> I am trying to find a nice easy lightweight way to > find the last 'id' in a mysql database > > That depends on the Datatype of your ID column in the table. It is a Mysql specific question. By rails default these are signed integer columns which can hold any value between -2147483648 to 2147483647 -- You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/rubyonrails-talk?hl=en.

