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
How can I make sql query run faster?
what are the different type of normalization? : Sql dba
how can we destroy the cookie? : Sql dba
GLOBAL TEMPORARY TABLE over Views in advantages insolving mutating error?
Explain polymorphism in pl/sql.
What is procedure explain with example?
What is the use of nvl function?
How to sort the rows in sql.
which command using query analyzer will give you the version of sql server and operating system? : Sql dba
what's the difference between a primary key and a unique key? : Sql dba
What are the main features of cursor?
what are date and time functions in mysql? : Sql dba
Is ms sql traffic encrypted?
What are secondary keys?
Is trigger a stored procedure?