User talk:Kymara: Difference between revisions

Jump to navigation Jump to search
Content deleted Content added
imported>Kymara
No edit summary
imported>Kymara
No edit summary
Line 44: Line 44:
join characters ON characters.charname = postman.target
join characters ON characters.charname = postman.target
where characters.charname not like binary postman.target;
where characters.charname not like binary postman.target;

-- empty messages (1 was delivered was from new version)
delete from postman
where message =''
and delivered =0;


</source>
</source>