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
Doris 3.0.3 is not suppot DATE_TRUNC(<time_unit>, )
select date_trunc('month', OEE_DATE) from mcp.line_oee
SQL Error [1105] [HY000]: errCode = 2, detailMessage = the second parameter of date_trunc function must be a string constant: date_trunc('month', OEE_DATE)