I have a field in the bank of type "char", I am returning the dates this way:
select
CONVERT(VARCHAR(20),HORA_FECHAMENTO) as HORA_FECHAMENTO,
CONVERT(VARCHAR(20), DATEADD(hour, +0, getdate()), 120) as HORA_ATUAL
from TB_ESTRACAO
wh...
asked by
28.01.2017 / 04:14