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 does –i option do in sybase tools?

0 Answers  


What is ceiling()?

0 Answers  


What is open server in sybase?

0 Answers  


What is replication server in sybase?

0 Answers  


What is the timestamp datatype in sybase?

0 Answers  






What is sybase used for?

0 Answers  


How to change varchar(m) to varchar(n) in sybase?

0 Answers  


How do I choose which tables to partition in sybase?

0 Answers  


Can I use a named pipe to bcp/dump data out or in in sybase?

0 Answers  


How do I add a sybase driver to sql developer?

0 Answers  


What mandatory options are required for bcp command utility?

0 Answers  


Explain data cache?

0 Answers  


Categories