I have a sql query:
select
HORA_FECHAMENTO, --campo char no recebendo a hora no formato 18:00
CONVERT(VARCHAR(11),GETDATE(),114) as HORA_ATUAL
from TB_ESTRACAO where IDEXTRACAO = 4
I want to compare the server time, it must always...
asked by
10.01.2016 / 03:03