https://bugzilla.wikimedia.org/show_bug.cgi?id=19948

nic.backf...@web.de changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |nic.backf...@web.de

--- Comment #10 from nic.backf...@web.de 2010-03-18 20:59:29 UTC ---
I have re-written the delete statement to comply with the Postgres sql syntax:

delete from smw_tmp_unusedprops
  using smw_rels2 inner join smw_ids on smw_rels2.p_id = smw_ids.smw_id
  where smw_ids.smw_iw='' and smw_title=smw_tmp_unusedprops.title;

I tested it on the command line. It worked.

-- 
Configure bugmail: https://bugzilla.wikimedia.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are on the CC list for the bug.

_______________________________________________
Wikibugs-l mailing list
Wikibugs-l@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikibugs-l

Reply via email to