Skip to content

Commit

Permalink
fix: Update inline code
Browse files Browse the repository at this point in the history
  • Loading branch information
clarkmcadoo committed Oct 18, 2024
1 parent 6bc8cb4 commit a137b94
Showing 1 changed file with 4 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -2863,8 +2863,8 @@ NRQL 쿼리에서 숫자가 아닌 데이터에 대해 비 집계 함수를 사

`if()` 세 가지 인수를 취합니다.

* `condition` - `true` 또는 false로 평가될 수 있는 표현식입니다. `false`
* `trueValue` - 이 값은 부울 표현식이 true인 경우 반환됩니다. `true`
* `condition` - `true` 또는 `false`평가될 수 있는 표현식입니다.
* `trueValue` - 이 값은 부울 표현식이 `true`경우 반환됩니다.
* `falseValue` - 이 선택적 값은 부울 표현식이 `false`인 경우 반환되고, 제공되지 않으면 `NULL`이 반환됩니다.

<CollapserGroup>
Expand Down Expand Up @@ -3067,7 +3067,7 @@ NRQL 쿼리에서 숫자가 아닌 데이터에 대해 비 집계 함수를 사
</td>

<td>
인덱스 0목록 값을 반환합니다. `0`
인덱스 `0`목록 값을 반환합니다.
</td>

<td>
Expand All @@ -3081,7 +3081,7 @@ NRQL 쿼리에서 숫자가 아닌 데이터에 대해 비 집계 함수를 사
</td>

<td>
인덱스 `0`2목록 값을 반환합니다. `2`
인덱스 `0``2`목록 값을 반환합니다.
</td>

<td>
Expand Down

0 comments on commit a137b94

Please sign in to comment.