Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我可以创建一个 udf 来汇总每次长度变化的变量吗?因此,我从表中选择了 sum_func(A, B, C), sum_func(A, B) 的一个实例,或者每个 UDF 的变量数量是否需要像 3 一样具体?还是我只需要每次用我的值声明一个新变量?