Onthouden

Om alles voor en inclusief de laatste ‘/’ te wissen:
update wikied_pages set path = substring_index(path, '/', -1);

Leave a Reply