tolower()
적용 대상: ✅Microsoft Fabric✅Azure Data Explorer✅Azure Monitor✅Microsoft Sentinel
입력 문자열을 소문자로 변환합니다.
구문
tolower(
value)
구문 규칙에 대해 자세히 알아봅니다.
매개 변수
이름 | Type | 필수 | Description |
---|---|---|---|
value | string |
✔️ | 소문자 문자열로 변환할 값입니다. |
반품
변환에 성공하면 결과는 소문자 문자열입니다.
변환에 성공하지 못하면 결과는 .입니다 null
.
예시
tolower("Hello") == "hello"