Skip to content

SQL DATEDIFF() function not supported #12

Description

@GCesenas

I tried an example from w3schools (https://www.w3schools.com/sql/trysqlserver.asp?filename=trysql_func_sqlserver_datediff) and tried to convert and I got an error, here's the query:

SELECT DATEDIFF(year, '2017/08/25', '2011/08/25') AS DateDiff;

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions