Skip to content
Andrey Gershun edited this page May 26, 2015 · 2 revisions

TRIM()

AlaSQL supports TRIM(string) function:

    SELECT TRIM('  abc   ')
    -- returns 'abc'
Clone this wiki locally