MaxCompute - Supports Non-constant Expressions in VALUES Expressions
Feb 08 2021
MaxComputeContent
Target customers: developers and analysts. Features released: MaxCompute now supports non-constant expressions such as functions in VALUES expressions. This makes it more convenient to use VALUES during data generation and computational logic testing. Example: select * from values (udf(1)),(to_date('20190101', 'yyyyMMdd')),(getdate()),(datetime '2019-01-02 00:00:00') t(d);.