In table three columns with 1 milion records(here there is
no sequence values) i want add one more column with
sequence values from the first how it is posible?
Answer Posted / kondeti srinivas
select rownum,tablename.* frome tablename;
| Is This Answer Correct ? | 0 Yes | 3 No |
Post New Answer View All Answers
What is a temporal data type?
what is error ora-03113: end-of-file on communication channel?
What is a schema? How is it useful in sql servers?
How to run pl sql program in mysql?
What is a scalar value in sql?
What is graph sql?
What are variables in pl sql?
Is sqlite good enough for production?
Explain the structure of pl/sql in brief.
What is the least restrictive isolation level? : Transact sql
How many types of relationship are there?
how to include character strings in sql statements? : Sql dba
What is microsoft t sql?
Why is the cursor important?
what is row? : Sql dba