Created
February 26, 2018 04:45
-
-
Save vithalsamp/934d1620258c45ddbb55e5e549c980d3 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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