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
can't open a web site using domain name on some pc's
Internal Modem
Passing parameter in link_to
How can tables be detected in Access using VBA?
How do I have the area code populate without entering it each time
outlook not connecting to exchange anymore
CLOCKSPEED PROBLEM WITH BRIAN LARA CRICKET
Centos User Interface
Word 2003 gives error faulting module hpzui4wm.dll
Vpn tunnel with VPN client works fine, but no internet access anymore