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

Keyword MID

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

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