Hello!! I am traying to do this in a function
declare @CurrentDate datetime
select @CurrentDate=getdate()
but I got this error when compiling:
Servidor: mensaje 443, nivel 16, estado 1, procedimiento fGetRadicationNumber, línea 14
Uso no válido de 'getdate' en una función.
Thanks a lot!
declare @CurrentDate datetime
select @CurrentDate=getdate()
but I got this error when compiling:
Servidor: mensaje 443, nivel 16, estado 1, procedimiento fGetRadicationNumber, línea 14
Uso no válido de 'getdate' en una función.
Thanks a lot!