SQL (SQLite) InstrRev
- By RB Smissaert
SQLite has the string function Instr, which finds the first occurrence of a specified string in another string.
There is no InstrRev function though to find the last occurrence of a string within...
There is no InstrRev function though to find the last occurrence of a string within...