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 some data... select * from stock_ticker order by stock_symbol, closing_date In the table building statement" closing_date timestamp",doris' data type does not support timestamp. May mislead users. -- 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: commits-unsubscr...@doris.apache.org.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org --------------------------------------------------------------------- To unsubscribe, e-mail: commits-unsubscr...@doris.apache.org For additional commands, e-mail: commits-h...@doris.apache.org