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

MID()

SUBSTRING

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

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