Please start any new threads on our new site at https://forums.sqlteam.com. We've got lots of great SQL Server experts to answer whatever question you can come up with.

 All Forums
 SQL Server 2008 Forums
 Transact-SQL (2008)
 UPDATE query in SQL COMPACT 3.5

Author  Topic 

barmalej1
Starting Member

1 Post

Posted - 2009-12-16 : 09:45:30
Is it possible in COMPACT edition to run query like:

UPDATE table1
SET column1=t2.column2
from table1 t1
INNER JOIN table2 t2 ON t2.column3=t1.column4

I get error message "Token line offset = 1,Token in error = from ]"
so that it does not like "from"

Is it available documentation concerning restrictions on TSQL here?

Thanks
   

- Advertisement -