https://bugzilla.wikimedia.org/show_bug.cgi?id=19948
[email protected] changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |[email protected] --- Comment #10 from [email protected] 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 [email protected] https://lists.wikimedia.org/mailman/listinfo/wikibugs-l
