RsD0p9BK
11/29/2016 - 4:13 AM

sql__substring.sql

-- String truncate on length, but no chopping up of words allowed

SELECT SUBSTRING('Business Analist met focus op wet- en regelgeving', 1, 16);

-- http://stackoverflow.com/questions/6650605/string-truncate-on-length-but-no-chopping-up-of-words-allowed