• 使用函数名调用自定义函数,如:select custom_function(column_name)
  • 使用 AS 语句指定别名,如:select custom_function(column_name) AS alias
  • 在 SQL 语句中使用自定义函数作为谓词,如:where custom_function(column_name) > 5