jose isaias cabrera wrote: > INSERT OR REPLACE INTO LSOpenProjects > ( > SELECT ... > )
SQL does not allow parentheses here. > all records ... that the localDB UpdateDate is NOT equal to the sharedDB > UpdateDate This description is meaningless if you do not specify which records are to be compared, but it looks as if you need "IN" instead of "=". Regards, Clemens _______________________________________________ sqlite-users mailing list [email protected] http://sqlite.org:8080/cgi-bin/mailman/listinfo/sqlite-users

