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 / anand
select rownum = identity(10) , i into #temp from t
select * from #temp
drop #temp
go
Is This Answer Correct ? | 2 Yes | 3 No |
What is coalesce in sybase?
Is there a difference in storage type of numeric and decimal data types in sybase? If yes, what?
How do I run multiple versions of sybase on the same server?
What is the depth of triggers?
Explain coalesce.
How do I move tempdb off of the master device?
Is data insertion is fast in SYBASE IQ if we have more indexes on a table?
how to do application monitoring through AutoSys?
What is the difference between db-lib and ct-lib in sybase?
How would you lock a table in sybase? What text command will you use for it?
When should I execute an sp_recompile in sybase?
How to implement if-then-else in a select clause in sybase?