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?
Answer Posted / 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 View All Answers
What is the role of replication server in sybase?
What are table partitions? How is it different with ase 15.0 version?
What is the depth of triggers?
How do I turn off marked suspect on my database in sybase?
Explain data cache?
How do I configure identities in sybase?
How do I run multiple versions of sybase on the same server?
Explain the features of sybase.
Does table partitioning require user-defined segments in sybase?
Explain sybase sql server?
What is a natural key in sybase?
Why place tempdb and log on low numbered devices?
How to check sybase database status in linux?
How do the blocker processes exist internally in sybase?
List the merits of index covering.