doris-website icon indicating copy to clipboard operation
doris-website copied to clipboard

Fix incorrect timestamp usage in window function documentation

Open saheli9064 opened this issue 9 months ago • 1 comments

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.

saheli9064 avatar Feb 16 '25 20:02 saheli9064