qsy840035156 commented on code in PR #1814:
URL: https://github.com/apache/doris-website/pull/1814#discussion_r1918131011


##########
docs/sql-manual/sql-functions/scalar-functions/encrypt-digest-functions/aes-decrypt.md:
##########
@@ -22,59 +22,87 @@ specific language governing permissions and limitations
 under the License.
 -->
 
-### Description
+## Description
 
-AES decryption function. This function behaves like the `AES_DECRYPT` function 
in MySQL. By default, it uses the `AES_128_ECB` algorithm with `PKCS7` padding 
mode.
+AES decryption function. This function behaves the same as the `AES_DECRYPT` 
function in MySQL. The default algorithm is `AES_128_ECB`, and the padding mode 
is `PKCS7`.
 
-### Syntax
+## Syntax
 
 ```sql
-VARCHAR AES_DECRYPT(VARCHAR str, VARCHAR key_str [, VARCHAR init_vector [, 
VARCHAR encryption_mode]])
+VARCHAR AES_DECRYPT(VARCHAR <str>, VARCHAR <key_str>[, VARCHAR 
<init_vector>][, VARCHAR <encryption_mode>])

Review Comment:
   修改完成



-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: commits-unsubscr...@doris.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscr...@doris.apache.org
For additional commands, e-mail: commits-h...@doris.apache.org

Reply via email to