A blog to help me remember what in the hell i've done and what not to do again. ever. Maybe you'll learn from my mistakes or epiphanies.
Blog topics include SQL, T-SQL, Google, Windows, Visual Basic, Python, C#, etc.
Tuesday, December 11, 2012
Oracle Database Name
SELECT ORA_DATABASE_NAME
,REGEXP_SUBSTR(ORA_DATABASE_NAME
,'[[:alnum:]]+')
FROM DUAL;
No comments:
Post a Comment