-2
Good morning, everyone! I’m performing the select below:
select * from orcamento
where
status_orcamento = 'A'
and data_conclusao_orcamento > 2021-05-31
My question is: Information should only come above day 31/05/2021 correct?
put the date in single quotes, I will make the calculation of 2021 minus 5, minus 31
– Ricardo Pontual
This conversion depends on the database used and internal parameters, in addition to the "type" of the column (not being DATE will behavior).
– Motta
Thank you very much, it worked.
– Dhionas RM