url_decode

url_decode

url_decode 介绍

url_decode(str) - 使用特定编码方案对application/x-www-form-urlencoded格式的字符串str进行解码。

参数:

  • str - 需要解码的字符串表达式。

Examples:

> SELECT url_decode('https%3A%2F%2Fspark.apache.org');
 https://spark.apache.org

Since: 3.4.0