morrySnow commented on code in PR #2056: URL: https://github.com/apache/doris-website/pull/2056#discussion_r1965243178
########## docs/sql-manual/sql-functions/window-functions/window-function.md: ########## @@ -51,7 +51,7 @@ Returns the same data type as the input expression. 1. Assume we have the following stock data, with stock symbol JDR and daily closing prices: ```sql -create table stock_ticker (stock_symbol string, closing_price decimal(8,2), closing_date timestamp); +create table stock_ticker (stock_symbol string, closing_price decimal(8,2), closing_date datetime); Review Comment: 把所有版本都修一下? -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
