In a table only one column how to update rows
Answer Posted / geetha
create a table with one column
select sno,rowid from test_table;
then use the rowid to update the col..
update test_table set sno = value where rowid =' '
| Is This Answer Correct ? | 1 Yes | 4 No |
Post New Answer View All Answers
What are the different ways to optimize a sql query?
what is 'mysqlcheck'? : Sql dba
what is the difference between a local and a global temporary table? : Sql dba
Does db2 use sql?
Is sqlite good enough for production?
Explain the difference between rename and alias?
What is the source code of a program?
what are the 'mysql' command line options? : Sql dba
Can variables be used in sql statements?
What are the different types of tables in sql?
How many databases can sql express handle?
What is union?
How many sql commands are there?
Can there be more than one function with a similar name in a pl/sql block?
what is data manipulation language? : Sql dba