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
Sort by characters
Defrag NTFS
Simple batch file help
Windows Server 2003 R2 recieving "Generic host process for Win32 services encountered a problem and needs to close"
Should I defrag our corporate servers??
Merge from Excel results in zero not text
how to print all unix command mesage to a mail
divide my wordpress post into pages
Server RPC Access Very Slow, Outlook stops responding
How to create a flash object that displays data from a PHP file (data from mysql db)?