Using SQL only, is there a way to query all values that are emails from a column of misc data?
I tried like '%@%'
, but there could be texts like this: Fort Knox @ Room 123
.
Edit: Regex is unavailable.
I've also tried like '%@%.%'
but did not cover cases with spaces.