You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
select
request_id,
click_time,
date_format (click_time, 'yyyy-MM-dd') as click_date,
cast(wid asbigint) as wid,
query,
row_number() over (
partition by
wid,
date_format (click_time, 'yyyy-MM-dd')
order by
click_time
) as ranks
from
search_product
where
wid is not nulland wid <>'None'and date_format (click_time, 'yyyy-MM-dd') >= to_date ('2024-12-04', 'yyyy-MM-dd');
JavaScript/TypeScript code
No response
What happened?
期望正确的语法不飘红
Relevant log output
No response
The text was updated successfully, but these errors were encountered:
Version
latest
Which SQL?
Flink
SQL content
JavaScript/TypeScript code
No response
What happened?
期望正确的语法不飘红
Relevant log output
No response
The text was updated successfully, but these errors were encountered: