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 |
Given a table which contains some rows with duplicate keys, how would you remove the duplicates?
What mandatory options are required for bcp command utility?
Explain tds (tabular data streams).
How to remove row affected and dashes?
How can I improve throughput in sybase?
What is rollback trigger in a trigger?
can i gat any proper material for sybase if possible plz let me know balaji.cc1@gmail.com
Can I run any transact-sql command on a partitioned table in sybase?
How to pad with leading zeros an int or smallint in sybase?
How can set the multipal database ?
Is sybase owned by sap?
Is there any advantage of last_name varchar(50) over this last_name varchar(255)?