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 ? | 10 Yes | 7 No |
Post New Answer View All Answers
What are character functions?
How does a covering index work?
how to present a past time in hours, minutes and seconds? : Sql dba
what is auto increment? : Sql dba
What is embedded sql with example?
What is trigger in sql?
Explain the difference between 'between' & 'and' operators in sql
what are myisam tables? : Sql dba
what are the different type of sql's statements ? : Sql dba
What is thread join () in threading?
Is there a 64 bit version of ssms?
Can you call pl/sql package functions from within a fast formula?
which command using query analyzer will give you the version of sql server and operating system? : Sql dba
Which is better trigger or stored procedure?
What is rank function in sql?