# lower

# Function: lower()

```ts
function lower<T>(arg): StringFunctionReturnType<T>;
```

Defined in: [packages/db/src/query/builder/functions.ts:285](https://github.com/TanStack/db/blob/main/packages/db/src/query/builder/functions.ts#L285)

## Type Parameters

### T

`T` *extends* `ExpressionLike`

## Parameters

### arg

`T`

## Returns

`StringFunctionReturnType`\<`T`\>
