SAP HANA SQLScript · Strings & Regular Expressions
What does this produce for names = 'Joerg Brandeis'? ``` REPLACE_REGEXPR( '([[:graph:]]+) ([[:graph:]]+)' IN names WITH 'Last: \2 First: \1') ```
Answer locked. Get the free KnowCard app to reveal it — plus spaced-repetition review so it actually sticks.
