Ga naar hoofdinhoud Ga naar aanvullende inhoud

UPPER

Converteert de tekenreeks naar hoofdletters.

Syntaxis

UPPER(STRING)

Argumenten

STRING

Type: string

Een reeks tekens.

Retourneert

Type: string

STRING in hoofdletters.


Voorbeelden

SELECT UPPER("a") = "A" AND UPPER("abc") = "ABC" AND UPPER("123") = "123" AND UPPER("abc") = "ABC" AND UPPER('-=@#$') = "-=@#$" AND UPPER(null) is null AND UPPER(CAST(null as varchar)) is null

TEKENREEKS Uitvoer
a A
abc ABC
123 123
abc ABC
-=@#$ -=@#$
null null

Was deze pagina nuttig?

Als u problemen ervaart op deze pagina of de inhoud onjuist is – een tikfout, een ontbrekende stap of een technische fout – laat het ons weten!