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 YEAR(PAYMENTARRIVETIME) AS YEAR, MONTH(PAYMENTARRIVETIME) AS MONTH, SUM(CAST(QUANTITY ASINT)) AS QUANTITY, SUM(CAST(YOURNETPROFIT ASDECIMAL(10,3))) AS YOURNETPROFIT FROM import
GROUP BY YEAR(PAYMENTARRIVETIME), MONTH(PAYMENTARRIVETIME)
ORDER BY YEAR(PAYMENTARRIVETIME), MONTH(PAYMENTARRIVETIME);
Description
The YEAR function is not recognized
The text was updated successfully, but these errors were encountered:
Failing ANSI SQL
Description
The YEAR function is not recognized
The text was updated successfully, but these errors were encountered: