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 are the 'mysql' command line arguments? : Sql dba
What is scalar function?
What are types of joins?
Explain mutating table error.
What is natural join in sql?
Is full outer join same as cross join?
What is user in sql?
How to write a query to show the details of a student from students table whose
Explain how you can copy a file to file content and file to pl/sql table in advance pl/sql?
Is postgresql a server?
How delete all data from all tables in sql?
How many commands are there in sql?
Is mariadb a nosql database?
What is self-join and what is the requirement of self-join?
what is the difference between truncate and delete statement? : Transact sql