« Return to Thread: Most efficient way to get max row id?

Re: Most efficient way to get max row id?

by Peter Ondruška :: Rate this Message:

Reply to Author | View in Thread

You want to use identity: Defining an identity column

On Sun, Oct 19, 2008 at 10:52 PM, Amir Michail <amichail@...> wrote:
Hi,

I was wondering what is the most efficient way to get the max
automatically generated row id.

select max(...) is slow.

Amir

--
http://chatbotgame.com
http://numbrosia.com
http://twitter.com/amichail

 « Return to Thread: Most efficient way to get max row id?