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 row_number () in sql?
what eliminate duplicate without using roenum and not
Can we change the table name in sql?
How show all rows in sql?
What trigger means?
what is the cursor and use of cursor in pl/sql ?
How to display all Friday's in a year with date?
What is the difference between inner join and left join?
suppose u hav 1 book with set...page 1-100 n 101 -200 now print page from 2-100 n 102 -200... how we will do..?
how to check myisam tables for errors? : Sql dba
How do I clear the screen in sql plus?
What are the different types of sql commands?
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)