Skip to content

Instantly share code, notes, and snippets.

@vithalsamp
Created February 26, 2018 04:45
Show Gist options
  • Save vithalsamp/934d1620258c45ddbb55e5e549c980d3 to your computer and use it in GitHub Desktop.
Save vithalsamp/934d1620258c45ddbb55e5e549c980d3 to your computer and use it in GitHub Desktop.
training=# select REGEXP_SUBSTR('abc jjs Updates U 123 U389362','U[0-9][0-9][0-9][0-9][0-9][0-9]');
regexp_substr
---------------
U389362
(1 row)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment