how can we replace the particular column value of a resulted
set of executed query? I mean write down a sql query to
chane the particular column's value of a resulted set of
executed query
Answer Posted / m.raghu
by using sub query answer is
update table1 set col1=(select col2 from table2 where
<cond>)
| Is This Answer Correct ? | 2 Yes | 1 No |
Post New Answer View All Answers
What is difference between pl and sql?
What is trigger and stored procedure in sql?
Why stored procedure is better than query?
How much does sql certification cost?
What is the use of non clustered index?
What is a subquery in sql?
what are the security recommendations while using mysql? : Sql dba
How does join work in sql?
Why we use triggers in mysql?
What jobs use sql?
what are the advantages of sql ? : Sql dba
what is top in tsql? : Transact sql
what are string data types? : Sql dba
What are different types of keys?
What is primary and foreign key?