hetu-core/hetu-docs/zh/sql/show-functions.md

16 lines
322 B
Markdown
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

# SHOW FUNCTIONS
## 摘要
``` sql
SHOW FUNCTIONS [ LIKE pattern [ ESCAPE 'escape_character' ] ]
```
## 说明
列出所有可以在查询中使用的函数,`LIKE` 子句可用于限制函数名称列表。
**注意**
*如果需要列出外部函数请设置会话属性list_built_in_functions_only为false。*