Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Code Block
languagesql
themeEmacs
SELECT 
  OUTPUT 
FROM 
  AUX.SPLIT 
WHERE 
  INPUT = 'Hello, World' 
    AND
  REGEXP =','


OUTPUT
Hello
World


Note: Please read the Java String.split() function documentation for more details.