Skip to content
Mathias Rangel Wulff edited this page Jun 12, 2015 · 2 revisions

Keyword TRIM

AlaSQL supports TRIM(string) function:

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