Unexpected query token 'delete' (SELECT is expected) (error 752)#1gzdillonJoined on 2011‑05‑17simple codes(see attachment), failed. error-delete_from.zip (5.0 KB)#2supportJoined on 2010‑05‑03DELETE queries should not be run with getSingleResult (which is for SELECT queries). Use executeUpdate instead. See this manual page. ObjectDB SupportReply