How To Remove Spaces Between Characters In PostgreSQL? - Database Administrators Stack Exchange

PHOTO EMBED

Mon Aug 21 2023 20:16:47 GMT+0000 (Coordinated Universal Time)

Saved by @mvieira

select REPLACE('NES 123_4_5', ' ', '')
Result - NES123_4_5
content_copyCOPY

https://dba.stackexchange.com/questions/153701/how-to-remove-spaces-between-characters-in-postgresql