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
OWA 2007 time zone issue
UTL_RAW/ RETRIEVE LONGRAW DATA
Python: how to write this expression
Can't Ghost HP 2133 Mini Note
Installing software and updates via a batch script.
Overlay one image on top of another programatically
sybase architecture diagram
How to use viewctl.restriction to search through items' text body
BJEZPRN caused a divide error in module BJEZIMG.DLL
How do I enable CRAM-MD5 to exchange 2007?