how to create temparary sequence
Answers were Sorted based on User's Feedback
Answer / shipra
select rownum seq
, name
, age
from ( select name
, age
from your_table
order by name
)
| Is This Answer Correct ? | 3 Yes | 0 No |
What is the difference between union and union all command?
How do I view a view in sql?
How to avoid duplicate records in a query?
HOW TO TUNE ORACLE SQL QUERIES GIVE ME STEP BY SREP
What is the maximum number of columns in sql table?
Give the structure of the function ?
Can %notfound return null after a fetch?
What is sql not null constraint?
Is primary key a clustered index?
what are date and time intervals? : Sql dba
What are sql ddl commands?
What is the difference between jpql and sql?
Oracle (3253)
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)