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 |
Explain relationship between jdbc and sybase.
What is open server in sybase?
Is data insertion is fast in SYBASE IQ if we have more indexes on a table?
What happen when we delete the table using trigger?
You need to multiply all values of a single column. How would you do that?
How does sybase replication work?
How would you check the long running transaction?
Explain tds (tabular data streams).
How do I remove duplicate rows from a table in sybase?
Explain about sybase 365?
What is replication server in sybase?
How to fix a munged log in sybase?
Oracle (3259)
SQL Server (4518)
MS Access (429)
MySQL (1402)
Postgre (483)
Sybase (267)
DB Architecture (141)
DB Administration (291)
DB Development (113)
SQL PLSQL (3330)
MongoDB (502)
IBM Informix (50)
Neo4j (82)
InfluxDB (0)
Apache CouchDB (44)
Firebird (5)
Database Management (1411)
Databases AllOther (288)