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 is raw datatype in sql?
Is like operator in sql case sensitive?
What is cascade in sql?
What is sql partition?
How do you modify a table in sql?
what is not null constraint? : Sql dba
How many functions are there in sql?
What are tables and fields in the database?
What is the difference between row level and statement level trigger?
how to get a list of columns in an existing table? : Sql dba
how to use regular expression in pattern match conditions? : Sql dba
Can we update views in sql?
Is truncate ddl or dml?
Which is better varchar or nvarchar?
How does a covering index work?