Subject Re: Is it possible to insert an INTEGER into a TIME field?
Author jeff_j_dunlap
> >But how (if possible) do I save the time's integer value?
> >For example:
> >
> >Note: 10:15 a.m. equals 369000000
> >insert into test(T) values('369000000')
> >...

> It's not possible.

Helen,

I was really hoping that there was a way to save a time's native
integer value but I do thank you for confirming that it is not possible.

Regards,

Jeff