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 chinese version of windows xp be loaded directly over a english version?
PC failing to start
Need a better web host provider
How do you detach a movie clip when any action causes the movie to go to any other frame?
fatal server error when trying to start xserver via: startx
Only Show Rows that contain specified name
how do I write Stored Procedure where in SQL query 'FROM' clause is selected from dropdownlist!!!!!
How to display news and stocks in to my site.
Reference a created movie clip, AS2 Flash 8
Flash CS3 with AIR