Help for this page

Select Code to Download


  1. or download this
    select agent,max(id) 
    into agent_id
    from tracker group by agent
    
  2. or download this
    begin tran
    set nocount on
    ...
    set ID = ID + 1 where Name = 'abc'
    select ID from agent_id where Name = 'abc'
    commit tran