Resolved Question
How to find row id in sybase
 
Details:
  asked by: harux  on: Jul 4, 2009  
 Best Answer ! ! !
kissie 's Answer  ( this answer is maked as best answer of this question at: Jul 8, 2009 )


Rowid function is not supported in ASE, it's only supported in Sybase IQ
1 comments  answered on: Jul 7, 2009 
Other Answer (2)
SELECT ROWID(M) * FROM TABLE M > IT WILL SHOW ROWID OF EVERY ROW.
  kyle103   answered on£ºJul 5, 2009  0 comments

select distinct SHORT_NAME row_id identity(10) into #tmpPosCust from #tmpPosFinal
  maxpwnge   answered on£ºJul 7, 2009  0 comments

Hot Questions

Contact Us - IT-Interview