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 enums used for in mysql? : Sql dba
Is left join inner or outer by default?
what is the difference between char_length and length? : Sql dba
How to fix oracle error ora-00942: table or view does not exist
Does varchar need length?
How do I partition in sql?
Explain the working of primary key?
What will you get by the cursor attribute sql%rowcount?
What are the three pl sql block types?
Is big data nosql?
What are character functions?
How to start oracle sql developer?
How do I find duplicates in the same column?
Why select is used in sql?
What is the difference between cross join and natural join?