mssql compare date code example
Example: SQL server datetime compare
Pressupondo uma tabela utilizador u.
year(u.DataInicio) --> Retorna o ano
month() --> Retorna o mês
day() --> dia
Exemplo:
u.Ativo = 1 AND year(u.DataInicio)<= 2018
Pressupondo uma tabela utilizador u.
year(u.DataInicio) --> Retorna o ano
month() --> Retorna o mês
day() --> dia
Exemplo:
u.Ativo = 1 AND year(u.DataInicio)<= 2018