Last active
September 6, 2022 12:37
-
-
Save maxwellcc/5a4971c859c6921a31e7ceac2fa8bf7a to your computer and use it in GitHub Desktop.
This file contains hidden or 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 tabela | |
set nome = (replace(replace(replace(regexp_replace((initcap(nome)), '[^A-zÀ-ú]', ' ', 'g'),' Do ', ' do '), ' De ', ' de '), ' Da ', ' da ')) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment