‘EXTRACT’ is not a recognized built-in function name.
Recently, I was working on a requirement to extract the year from a date in SQL Server. After executing the SQL query, I got this error. ‘EXTRACT’ is not a recognized built-in function name. I was executing the following query. After executing the above query, I got this error as shown in the screenshot below. … Read more