Created
April 3, 2020 10:21
-
-
Save zuigon/1fe6ed2c97615c95353831dfc9414d1b to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
UPDATE url_alias SET alias = replace(replace(replace(replace(replace( | |
lower(alias), 'đ','d'), 'č','c'), 'ć','c'), 'ž','z'), 'š','s') |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment