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
You need to multiply all values of a single column. How would you do that?
List the merits of index covering.
Differentiate between replication server and sql remote?
Tempdb is full. How would you clear it?
Explain bind cache?
What command helps you to know the process running on this port, but only su can run this command?
A single operation is failing to escalate?
Is sybase relational database?
What is cis and how can I use it?
What is sybase used for?
Explain mirroring?
How do I open a sybase database?
Can I run any transact-sql command on a partitioned table in sybase?
What do you mean by asa in sybase?
What is sybase? What are its important features?