I have a field called TIME with the data type datetime and this default is CURRENT_TIMESTAMP .
The result when I enter a record comes out in this way 2017-12-20 09:45:00 but what I want is that in another table I save only the specific time.
Is there any way to solve this problem?
Note: Try using only the time data type but it does not accept the CURRENT_TIMESTAMP