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
How to divide by zero and nulls in sybase?
Explain defncopy and it's usage?
What is asa ultralite in sybase?
We have lost the sa password, what can we do?
What is replication server in sybase?
Who owns sybase?
How does partition assignment relate to transactions in sybase?
How do I correct time slice -201?
What are triggers? Why do we use them? Diff types of triggers? What are magic tables?
Explain open server?
Is sybase open source?
How to implement if-then-else in a select clause in sybase?
What is the drawbacks of normalization?
Explain procedure cache?
How do I open a sybase database?