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
How many types of primary keys are there?
What is cursor explain with example?
What is #table in sql?
What is trigger types in sql?
What is trigger explain with example?
What is sap sql?
What kind of join is join?
How is a PL/SQL code compiled?
how to fetch common records from two tables? : Sql dba
What is group function in sql?
Is sql difficult?
What are the types of join and explain each?
Explain spool.
Explain unique key in sql.
Does asenumerable execute the query?