Thread: MAX NUMBER
View Single Post

   
  #5 (permalink)  
Old 04-08-2008, 11:12 AM
Reiro
 
Posts: n/a
Default Re: MAX NUMBER

im using oracle 9i and my query for increase the id is
nz(max(asset_id),0) + 1 its incorpated into my insert statement.

Reply With Quote