I want to create a field in my table in a timestamp type but without a date stamp. The DateTime type generates that WITH a date stamp but i dont want that. Can anyone help me?
Thanks in advance! :)
I want to create a field in my table in a timestamp type but without a date stamp. The DateTime type generates that WITH a date stamp but i dont want that. Can anyone help me?
Thanks in advance! :)
Use a time field time(stamp) types:
The timestamp will be truncated to a time.