Skip to content

Substring

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

Keyword SUBSTRING

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

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