自定义函数返回类型为Table的时候 可以理解为视图 自定义函数的可编辑逻辑比视图多 自定义函数可以使用多个查询 而视图不行 参照 User-defined function
A user-defined function is a routine that encapsulates useful logic for use in other queries. While views are limited to a single SELECT statement, user-defined functions can have mult