upper in sql stack overflow

Solutions on MaxInterview for upper in sql stack overflow by the best coders in the world

showing results for - "upper in sql stack overflow"
Fernando
28 Aug 2018
1select
2    UPPER(SUBSTRING(name, 1, 1)) + SUBSTRING(name, 2, LEN(name)),
3    UPPER(SUBSTRING(surname, 1, 1)) + SUBSTRING(surname, 2, LEN(surname))
4from client;
5
similar questions
queries leading to this page
upper in sql stack overflow