Hi,
I need to insert data from a field A which is an integer to field B which is TIME(6).
The data in field A is something like this:
1. 1256, which means 12:56:00
2. 0145, which means 01:45:00
I want to store it in field B as 12:56:00 and 01:45:00
Can you please help?
↧