0
I’m trying to make a between but I don’t know how to proceed.
where cliente.id = (select usuario.idCliente from usuario where usuario.login = 'julio') and
(cast(os.dataHora as date) between '2016-09-08' and '2013-10-29')
or
Where client.id = (select usuario.idCliente from usuario Where usuario.login = 'Julio') and (os.dataHora between '2016-09-08' and '2013-10-29')
I have another old application that will die in the future but I must keep this application running. Do you think doing this will go bad in the old application? The new one is not ready yet.
– fabricio_wm
kkk. What a strange thing. Now I want to see in PHP. By the way I’ll have work. Obr.
– fabricio_wm
How I do the conversion using Convert or cast?
– fabricio_wm
As I could not use the set format ymd, I put the Convert being the best answer. Thanks anyway. I was trying since yesterday.
– fabricio_wm
tested with Convert and cast. Excuse and.
– fabricio_wm