--- id: lower title: lower --- # Function: lower() ```ts function lower(arg): StringFunctionReturnType; ``` Defined in: [packages/db/src/query/builder/functions.ts:267](https://github.com/TanStack/db/blob/main/packages/db/src/query/builder/functions.ts#L267) ## Type Parameters ### T `T` *extends* `unknown` ## Parameters ### arg `T` ## Returns `StringFunctionReturnType`\<`T`\>