How can i retrieve the pseudoColumn values of a table in
sybase? In oracle, we can get the same as 'ROWID'. Likewise
in sybase which one is pseudo column?



How can i retrieve the pseudoColumn values of a table in sybase? In oracle, we can get the same as..

Answer / anand

select rownum = identity(10) , i into #temp from t
select * from #temp
drop #temp
go

Is This Answer Correct ?    2 Yes 3 No

Post New Answer

More Sybase Interview Questions

What is a temp table? how to denote temp table?

4 Answers   Oracle,


what is the difference between an ltm and a repagent in sybase?

0 Answers  


What is raid and sybase?

0 Answers  


How do I open sybase control center?

0 Answers  


How do I pipe the output of isql to a file in sybase?

0 Answers  






How would you replicate col = col + 1 in sybase?

0 Answers  


How to check sybase database status in linux?

0 Answers  


How would you configure identities in sybase?

0 Answers  


You need to remove duplicate rows from a sybase table. How would you do that?

0 Answers  


Explain about the features of sybase iq?

0 Answers  


Explain locking. List its types.

0 Answers  


What is replication server?

0 Answers  


Categories