Skip to content

Latest commit

 

History

History
7 lines (6 loc) · 238 Bytes

remove_whitespaces.md

File metadata and controls

7 lines (6 loc) · 238 Bytes

Remove leading or trailing whitespace

 update negotiations 
 set override_recipient_address = TRIM(override_recipient_address) 
 WHERE CHAR_LENGTH(override_recipient_address) != CHAR_LENGTH(TRIM(override_recipient_address))