Skip to content

Substring

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

SUBSTRING

AlaSQL supports SUBSTRING(string, start, length) function:

    SELECT SUBSTRING('abc',1)
    -- returns 'bc'
Clone this wiki locally