KassieZ commented on issue #2006:
URL: https://github.com/apache/doris-website/issues/2006#issuecomment-2674008077
Thank you for the contribution, will review it then merge it ASAP
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitH
ConradWen opened a new issue, #2006:
URL: https://github.com/apache/doris-website/issues/2006
Path:/zh-CN/docs/sql-manual/sql-functions/window-functions/window-function
create table stock_ticker (stock_symbol string, closing_price decimal(8,2),
closing_date timestamp);
...load
ConradWen commented on issue #2006:
URL: https://github.com/apache/doris-website/issues/2006#issuecomment-2645784516
The test data can be used as the following examples:
”
create table stock_ticker
(
closing_date dateTime,
stock_symbol string,
closing_price deci