A young Oracle Expert to help you in learning and solving Oracle related queries!!
Sunday, July 14, 2013
How to update one oracle table based on condition of other two tables:-
update t1 set t1.code=
(
select t3.code from t2 ,t3
where t2.id=t3.id
and t2.fcod=t3.fcod
and t3.mname=t1.mname)
where t1.code is null
No comments:
Post a Comment
Newer Post
Older Post
Home
Subscribe to:
Post Comments (Atom)
No comments:
Post a Comment