doris-website
doris-website copied to clipboard
Fix incorrect timestamp usage in window function documentation
Fix incorrect timestamp usage in docs Issue Fixes #2006
Changes Replaced timestamp with datetime in the window function docs. Updated SQL examples to match Doris's supported data types. Reason: Doris does not support timestamp, and the current docs are misleading.