Nota
L-aċċess għal din il-paġna jeħtieġ l-awtorizzazzjoni. Tista’ tipprova tidħol jew tibdel id-direttorji.
L-aċċess għal din il-paġna jeħtieġ l-awtorizzazzjoni. Tista’ tipprova tibdel id-direttorji.
✅ Azure Stream Analytics ✅ Fabric Eventstream
Returns a character expression with lowercase character data converted to uppercase.
Syntax
UPPER ( string_expression )
Arguments
string_expression
Is the string expression to be evaluated. string_expression can be a constant or column of type nvarchar(max)
Return Types
nvarchar(max)
Examples
SELECT TollId, EntryTime, UPPER(LicensePlate) AS LicensePlate_Upper
FROM Input