I have the following fields:
field_a TIMESTAMP(0)
field_b TIME
Is this possible to add field_b
to field_a
using SQL without any special custom functions?
I have the following fields:
field_a TIMESTAMP(0)
field_b TIME
Is this possible to add field_b
to field_a
using SQL without any special custom functions?