I need to insert a user_date_time_created field in the format
user_name + date_time_created where the date_time_created isn't one of
the standard formats but is yyyymmddhhnnss. I can get most of the way
there using CONVERT, but I can't stop e.g. 080705 hrs (8 hrs, 7
minutes and 5 seconds) on March 6, 2008 being returned as
20080306875 instead of
20080306080705.
How can I get those zeroes back in there?
--
Regards.
Richard.