Oct 17, 2004 #1 CALYAN Programmer Apr 23, 2001 39 US select to_char(plp_chg_timestamp, '%d %m %R') from <table name> what i have to do to get seconds in my query? fyi plp_chg_timestamp datatype : datetime year to fraction(3) regards s.kalyan
select to_char(plp_chg_timestamp, '%d %m %R') from <table name> what i have to do to get seconds in my query? fyi plp_chg_timestamp datatype : datetime year to fraction(3) regards s.kalyan
Oct 18, 2004 #2 olded Programmer Oct 27, 1998 1,065 US I don't understand your question. Are you comparing two datetimes? Regards, Ed Upvote 0 Downvote
Oct 18, 2004 #3 vpshriyan IS-IT--Management Jul 26, 2002 356 IN Hi, Use something similar to: select current, current second to second from systables where tabid=1; select plp_chg_timestamp second to second from tabx where ... Regards, Shriyan Upvote 0 Downvote
Hi, Use something similar to: select current, current second to second from systables where tabid=1; select plp_chg_timestamp second to second from tabx where ... Regards, Shriyan