Hi there All!
I was trying to Benchmark a Stored Procedure 'cause it sent me recordset in very different times, So I tried to Get a
TIEMPO_INICIAL= CAST(CURRENT_TIMESTAMP AS TIMESTAMP);
CODE CODE CODE
CODE CODE CODE
CODE CODE CODE
CODE CODE CODE
CODE CODE CODE
CODE CODE CODE
TIEMPO_FINAL= CAST(CURRENT_TIMESTAMP AS TIMESTAMP);
When I tried to do this:
TIEMPO_RESULTANTE = (TIEMPO_FINAL) - (TIEMPO_INICIAL);
It sends me an error:
CONVERSION ERROR FROM STRING 0.0000000
....
Where could I find Dates Handling documentation?
Am I wrong?
I aprecciate!
Noe Monreal
Just Going Up!
I was trying to Benchmark a Stored Procedure 'cause it sent me recordset in very different times, So I tried to Get a
TIEMPO_INICIAL= CAST(CURRENT_TIMESTAMP AS TIMESTAMP);
CODE CODE CODE
CODE CODE CODE
CODE CODE CODE
CODE CODE CODE
CODE CODE CODE
CODE CODE CODE
TIEMPO_FINAL= CAST(CURRENT_TIMESTAMP AS TIMESTAMP);
When I tried to do this:
TIEMPO_RESULTANTE = (TIEMPO_FINAL) - (TIEMPO_INICIAL);
It sends me an error:
CONVERSION ERROR FROM STRING 0.0000000
....
Where could I find Dates Handling documentation?
Am I wrong?
I aprecciate!
Noe Monreal
Just Going Up!