UniVerse does not have a TIMESTAMP data type.  However, because the ISO 8601 
standard requires YYYY-MM-DD HH:MM:SS format, you can treat these as CHAR(19) 
and they will select and sort correctly.  If you need milliseconds, specify 
CHAR(23).  If you need microseconds (which UniVerse itself can not generate), 
specify CHAR(26).
-------
u2-users mailing list
[email protected]
To unsubscribe please visit http://listserver.u2ug.org/

Reply via email to