Skip to content

Latest commit

 

History

History
28 lines (17 loc) · 396 Bytes

File metadata and controls

28 lines (17 loc) · 396 Bytes
id upper
title upper

Function: upper()

function upper<T>(arg): StringFunctionReturnType<T>;

Defined in: packages/db/src/query/builder/functions.ts:261

Type Parameters

T

T extends unknown

Parameters

arg

T

Returns

StringFunctionReturnType<T>