SAP HANA SQLScript · Strings & Regular Expressions
How do you extract just the host part of an email that a regex matched? ``` SUBSTR_REGEXPR( '(user)@(host)' FLAG 'i' IN line GROUP 2) ```
Answer locked. Get the free KnowCard app to reveal it — plus spaced-repetition review so it actually sticks.
