Write one update command to update seqno field of a table
on the basis of row number.
Answer Posted / priyanka
update table1 set seq_no =rownum where 1=1;
| Is This Answer Correct ? | 9 Yes | 0 No |
Post New Answer View All Answers
What if we write return in procedure?
what are the difference between clustered and a non-clustered index? : Sql dba
What are pl/sql cursors?
What is nvarchar max in sql?
what are the differences between get and post methods in form submitting. Give the case where we can use get and we can use post methods? : Sql dba
What is set serveroutput on?
How can I change database name in sql?
What is error ora-12154: tns:could not resolve the connect identifier specified?
Does truncate table reset auto increment?
Explain constraints in sql?
What is a schema? How is it useful in sql servers?
What is the use of count (*) in sql?
What is clause?
What is sp_helptext?
how to enter characters as hex numbers? : Sql dba