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
Exchange Growth 3 GB overnight
Subform Datasheet
Script using find in linux
Need help with a perl script taking keyboard input
Firebird Subquery
Visibility Property in Reporting Services
Flash video won't work
MS Word inserts hard page break
how to auto submit hidden field onunload
How to backup user's exchange mailbox and opened in different Outlook