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 the difference between natural join and equi join?
How would you replicate col = col + 1 in sybase?
Explain sybase sql server?
what is the difference between dbcc checkstorage and other dbcc commands
Can I use a named pipe to bcp/dump data out or in in sybase?
What is sybase used for?
What is open client in sybase?
Explain timestemp datatype in sybase.
What are the best monitoring tools for the sybase database?
How do you check database space? What measures are there to increase the db space?
You need to purge data from audit database. What will you do?
How do I take advantage of table partitioning with bcp 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)