adspace
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 to escape special characters in sql statements? : Sql dba
Do we need to rebuild index after truncate?
How do I remove duplicates in two columns?
Is inner join faster than left join?
what are aggregate and scalar functions? : Sql dba
what are the advantages of sql ? : Sql dba
Is primary key clustered index?
What is the current version of sql?
Hi am new to PLSQL & facing problems in writing code like in SP, Functions, so any one having some SP coding with in depth explanation please share with me my Email ID suvarnaatsuvarna@rediffmail.com Or taking tanning on this please do contact me
how to start mysql server? : Sql dba
what is dbms? : Sql dba
What is the best sql course?
If a cursor is open, how can we find in a pl/sql block?
Can we rollback truncate?
how to use regular expression in pattern match conditions? : Sql dba