I need to count number of email addresses in a db that have 3 or less characters before the @ sign, for example [email protected].
The parsename function isn't present in Oracle and I'm not sure how to write a regexp for this. Any help would be greatly appreciated!