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
Redir and Browser test failed
SSRS Error when I use RunningValue function
Incomplete install of the bde - missing registry entries?
Missing Menu Bar in "My Documents"
iframe at the top of every page, static and dynamic
Need a simple app. that runs in both WPF and Silverlight
Can this be done 1100 points for an example
value of the textbox is not picked by the javascript page.
Batch to map drive for users at logon per users needs.
use heirarchical relation for analytical reporting