Microsoft
Software
Hardware
Network
Question : UPDATE on two tables INNER JOINed in SQL Server Compact Edition
How does one do an UPDATE on two tables INNER JOINed in SQL Server Compact Edition?
Answer : UPDATE on two tables INNER JOINed in SQL Server Compact Edition
I believe in SQL Compact Edition, From clause is not allowed in an UPDATE statement.
Hence try this one.
UPDATE table1
SET col2 = (SELECT t2.col2 table2 t2 where t1.id = t2.id)
Random Solutions
Upgrading AD to 2008 from existing 2003/2000 level
403 Access Forbidden from IIS webserver
Generate an autonumber that I can then overwrite
GROUP BY must contain non Outer reference
Spooler subsystem error
`linux` unknown terminal type
How do I successfully create a resource of my fix bundle
Faxing with Server2003 and Exchange 2003
XPe Help with Add/Remove Windows Components/IIS
Excel: Leading Zero Hex Format