风油精

Results 2 comments of 风油精

The test data can be used as the following examples: ” create table stock_ticker ( closing_date dateTime, stock_symbol string, closing_price decimal(10, 0) ) duplicate key(closing_date) distributed by hash(closing_date) buckets 1...

Path:/zh-CN/docs/sql-manual/sql-functions/window-functions/percent-rank The test data can be used as the following examples: ” create table test_percent_rank ( productLine varchar(128), orderYear int, orderValue double, percentile_rank double ) engine=olap distributed by hash(orderYear) buckets...