All Questions
1 question
1
vote
2
answers
2k
views
SQLite - Extract substring between delimiters for REPLACE function
I have a column field: location. I need to extract the string between the first and second delimeter ('/').
I already have a column name where I ltrim to the first '/'. I've tried to create a ...