SQL EXPLORER
About Me
Mohamed Faizal
Barking, Essex, United Kingdom
MCITP DBA ,MCITP BI & Oracle OCP 11G
View my complete profile
Monday, April 14, 2014
update table with joins
UPDATE
a
SET
a
.
[Description]
=
b
.
[code]
from
t1
AS
a
INNER
JOIN
t1
as
b
ON
a
.
TID
=
b
.
TID
where
b
.
description
=
'd1'
No comments:
Post a Comment
Newer Post
Older Post
Home
Subscribe to:
Post Comments (Atom)
No comments:
Post a Comment