IRCForumları - IRC ve mIRC Kullanıcılarının Buluşma Noktası

IRCForumları - IRC ve mIRC Kullanıcılarının Buluşma Noktası (https://www.ircforumlari.net/)
-   Delphi (https://www.ircforumlari.net/delphi/)
-   -   sql server update two table (https://www.ircforumlari.net/delphi/689537-sql-server-update-two-table.html)

Kaf_Dağı 18 Mart 2015 14:27

sql server update two table
 
Kod:

//mssql server
 
update        Table1
set        Table1.col3 = Table2.col3
from        Table1
join      Table2 on Table1.col1 = Table2.col2
where        Table1.col3 <> Table2.col3
 
 
// mysql server
 
UPDATE restarih p
INNER JOIN rezer pp
ON p.id = pp.rid
SET p.ytsay =p.ytsay +pp.ykisi;
WHERE p.dateCreated ='2004-01-01'
 
UPDATE product p
LEFT JOIN productPrice pp
ON p.productId = pp.productId
SET p.deleted = 1
WHERE pp.productId IS null



Tüm Zamanlar GMT +3 Olarak Ayarlanmış. Şuanki Zaman: 05:54.

Powered by vBulletin® Version 3.8.8 Beta 3
Copyright ©2000 - 2024, vBulletin Solutions, Inc.
Search Engine Friendly URLs by vBSEO
Copyright ©2004 - 2024 IRCForumlari.Net