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 |
How do I set ts role in order to run certain dbccs?
How can you change to get the decimal separator as comma instead of the decimal point (.)?
What is the use of 'with check' option in views?
How can we add a column to a table without altering the same?
What do you mean by mainframe connect tool in sybase?
What is the use of sp_helprotect in sybase?
You want to delete a table in sybase. How would you do it?
What are the advantages that you can get from mainframe connect in sybase?
List different types of sybase index.
Explain procedure cache?
Differentiate between db-lib and ct-lib?
How do I correct time slice -201?
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)