Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 0 additions & 1 deletion data-explorer/kusto/query/format-bytes-function.md
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,6 @@ A string of *size* formatted as data size in bytes.

The following example shows how to use the `format_bytes()` function to format a number as a string representing data size in bytes.

```kusto
:::moniker range="azure-data-explorer"
> [!div class="nextstepaction"]
> <a href="https://dataexplorer.azure.com/clusters/help/databases/Samples?query=H4sIAAAAAAAAAysoyswrUeAqM1SwVUjLL8pNLIlPqixJLdYwNTPR1OEqM0IXNzQwNjbSUTAESRqjSxoZGIDlQZImuCR1FMDyprjlDXQUlLydlDQBI/ZQzZ0AAAA=" target="_blank">Run the query</a>
Expand Down
3 changes: 0 additions & 3 deletions data-explorer/kusto/query/format-datetime-function.md
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,6 @@ A string with *date* formatted as specified by *format*.

The following example shows how to use the `format_datetime()` function to format a datetime value. The output is formatted with two digits for the day, hour, minute, and second.

```kusto
:::moniker range="azure-data-explorer"
> [!div class="nextstepaction"]
> <a href="https://dataexplorer.azure.com/clusters/help/databases/Samples?query=H4sIAAAAAAAAA8tJLVFIKVGwVUhJLEktycxN1TAyMDTXNTDUNbJUMLC0MjCwMjDVtOblKijKzCtR4OUqM7RNyy/KTSyJh+tIKdFRr6zU9fXVTUlRiPbwsMrNtSoujlXXBAC5cbYnXQAAAA" target="_blank">Run the query</a>
Expand All @@ -105,7 +104,6 @@ v1=format_datetime(dt,'yy-MM-dd [HH:mm:ss]')

The following example shows how to use the `format_datetime()` function to format a datetime value. The output is formatted with a single digit for the month and hour, and with four digits for the year.

```kusto
:::moniker range="azure-data-explorer"
> [!div class="nextstepaction"]
> <a href="https://dataexplorer.azure.com/clusters/help/databases/Samples?query=H4sIAAAAAAAAA8tJLVFIKVGwVUhJLEktycxN1TAyMDTXNTDUNbJUMLC0MjCwMjDVtOblKijKzCtR4OUqM7JNyy/KTSyJh+tIKdFRUK8EAl1f3ZQUhWgPq9xcq+LiWHVNAPGQ6QdeAAAA" target="_blank">Run the query</a>
Expand All @@ -125,7 +123,6 @@ v2=format_datetime(dt, 'yyyy-M-dd [H:mm:ss]')

The following example shows how to use the `format_datetime()` function to format a datetime value. The output is formatted with a single digit for the month and hour, and with four digits for the year.

```kusto
:::moniker range="azure-data-explorer"
> [!div class="nextstepaction"]
> <a href="https://dataexplorer.azure.com/clusters/help/databases/Samples?query=H4sIAAAAAAAAA8tJLVFIKVGwVUhJLEktycxN1TAyMDTXNTDUNbJUMLC0MjCwMjDVtOblKijKzCtR4OUqM7ZNyy/KTSyJh+tIKdFRUK+s1PX11U1JUYjOyLDKzbUqLlYoKYlV1wQA0Nc3NmEAAAA" target="_blank">Run the query</a>
Expand Down
1 change: 0 additions & 1 deletion data-explorer/kusto/query/format-ipv4-function.md
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,6 @@ If conversion isn't successful, the result will be an empty string.

The following example shows how to use the `format_ipv4()` function to parse the input with a netmask and return a string representing the IPv4 address.

```kusto
:::moniker range="azure-data-explorer"
> [!div class="nextstepaction"]
> <a href="https://dataexplorer.azure.com/clusters/help/databases/Samples?query=H4sIAAAAAAAAA0tJLAHCpJxUjcSUlKLU4mKr4pKizLx0HYXcxOJsq5z8vHRNrmguBXVDSyM9QzMLPUM9Q3UdBSMTHQU4wJA1NsIpq29kgqIAmyzIUg1dQ00dBa5YrhqF1IqS1LwUBaDjSnNKFGwV0vKLchNL4jMLykxgjoa4FqQBbi1EeTxIHFUPWAhNIwAom5ZMBgEAAA==" target="_blank">Run the query</a>
Expand Down