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 asa ultralite in sybase?
Explain about sybase 365?
What is coalesce in sybase?
What do you mean by sybase iq?
How to change varchar(m) to varchar(n) in sybase?
Can I partition any table in sybase ?
What is the difference in storage type of numeric and decimal data types in sybase ?
What is the role of replication server in sybase?
what is the difference between an ltm and a repagent in sybase?
There is no space in file system and you need to take a back up. What will you do?
Are there any alternatives to isql in sybase?
Explain tds (tabular data streams).
Explain defncopy and it's usage?
Is sybase relational database?
Why not max out all my columns sybase?