mirror of
https://github.com/aljazceru/turso.git
synced 2026-01-09 19:24:21 +01:00
Implement scala function `substring(x, y, z)` and `substring(x, y)`
### EXPLAIN SELECT substring('limbo', 3);

### EXPLAIN SELECT substring('limbo', 1, 2);

### Related issue
https://github.com/penberg/limbo/issues/144
Closes #286