informix- datetime manipulation
Posted
by asdf
on Stack Overflow
See other posts from Stack Overflow
or by asdf
Published on 2010-05-27T17:07:23Z
Indexed on
2010/05/31
6:22 UTC
Read the original article
Hit count: 405
Hi,
i have 2 fields in a table test1 onlydate Date onlytime DATETIME HOUR to MINUTE
and 1 fields in a table test2 dateandtime DATETIME YEAR to SECOND
now i need to append the value of onlydate and onlytime field and set it to dateandtime field.
Please help.
© Stack Overflow or respective owner