I'm having this query to get how many months differ from the actual date but I receive an error. Here's my sql query: using "(month," is not working
col: id , date
SELECT DATEDIFF(month, '2022-05-15', DATE) AS test_date
error: cannot resolve '
month' given input columns: