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 raid and sybase?
How to pad with leading zeros an int or smallint in sybase?
You need to remove duplicate rows from a sybase table. How would you do that?
What does –i option do in sybase tools?
How do I connect to a sybase database?
How do I force an index to be used in sybase?
Differentiate between replication server and sql remote?
How can I improve throughput in sybase?
How to connect sybase database from python?
What are the vital features of sybase?
Explain the difference between numeric and decimal data types in sybase.
When you change a database option when will it come into effect?
what is the difference between an ltm and a repagent in sybase?
How would you replicate col = col + 1 in sybase?
What is the difference between replication server and sql remote in sybase?