I need a SQL query that will select all of the single letters in a string eg:
I am a string..
I am another string..
I am the third and fina l string..
So this would find the first and last rows because they contain a single letter surrounded by spaces.
You could use the
_wildcard, which means any one character: