If the result "joe@stackoverflow.com" and I want to find the position of the @ symbol (3). Is it possible? It does not appear that SQLite has the equivalent of INSTR, LOCATE, POSITION or any such function.
SELECT ?('joe@stackoverflow.com')
Update I ended up registering a custom extension function, but was surprised that I had to.