Hello,
I have an SQL Server table with a (text) field in which there is
a data value in this format:
200802290525
I need to build an update query the modifies this value
subtracting 1 (one) hour from this value (if the hour is
00:30 am the day is to be decreased and so on)
How can I sipmly accomplish to this job?
Thanks!!!
I have an SQL Server table with a (text) field in which there is
a data value in this format:
200802290525
I need to build an update query the modifies this value
subtracting 1 (one) hour from this value (if the hour is
00:30 am the day is to be decreased and so on)
How can I sipmly accomplish to this job?
Thanks!!!
Comment