TRIM unwanted chars from string in SQL

It's pretty simple but I didn't know this:
TRIM('.,! ' FROM '# test .')

Comments

Popular posts from this blog

NodeJS and npm: [npm ERR! cb.apply is not a function]