Time Stamp Error

  • Hello,

    I'm a newbie to Sybase, I need to write a time stamp with milliseconds.

    I currently have "convert(char(30),CrpsRvnTs,109)CrpsRvnTs, (char(30)AsOfTs,109) " in my code but I'm getting an error.

    Is there is any suggestions on what I'm doing wrong?

    Thanks!

  • try this out

    SELECT CONVERT(CHAR(30),GETDATE(),109) AS TimeStamp

  • Thanks,that worked.

Viewing 3 posts - 1 through 3 (of 3 total)

You must be logged in to reply to this topic. Login to reply