Menu Close
  • Categories
  • Tags
  • About
Close
    • SLOW LIFE
    • Categories
    • Tags
    • Search

    [oracle] initcap

    Published: 2020-04-16 by mascaradee Creative Commons Licence

    • Categories:
    • oracle 14
    • Tags:
    • initcap 1

    첫 글자를 대문자로

    SELECT INITCAP('abc') FROM DUAL;
    --Abc
    
    SELECT INITCAP('abc de') FROM DUAL;
    --Abc De
    
    SELECT INITCAP('abc_de') FROM DUAL;
    --Abc_De
    
    Back to Top
    ← [oracle] group by [oracle] intersect and minus →

    A gem-based responsive simple texture styled Jekyll theme.

    Theme Simple Texture developed by Yi Zeng, powered by Jekyll.

    Back to Top