-
Notifications
You must be signed in to change notification settings - Fork 666
Mid
Andrey Gershun edited this page May 26, 2015
·
3 revisions
AlaSQL supports MID(string, start, length)
function:
SELECT MID('abc',1)
-- returns 'bc'
© 2014-2024, Andrey Gershun & Mathias Rangel Wulff
Please help improve the documentation by opening a PR on the wiki repo