Doubt in Date function

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • Murali Dharan
    New Member
    • Jul 2006
    • 2

    Doubt in Date function

    Hi,

    Anyone help me in this problem.

    I want to insert date time with microseconds... .

    For example:

    Iam inserting value to the field using NOW(), the values of the date time is inserted to the table but i need the microseconds also to be inserted to my table.

    What shall i do in this case?

    Is that any function available in Mysql for retreiving the datetime with microseconds?
  • ScarletPimpernal
    New Member
    • Mar 2007
    • 39

    #2
    It seems to be that MYSQL doesnot support the Fractional Value of Date till ... (till MYSQL 5.0).

    If someone gives answer for this then it will be useful for me also..


    Thanks,
    Pimp


    Originally posted by Murali Dharan
    Hi,

    Anyone help me in this problem.

    I want to insert date time with microseconds... .

    For example:

    Iam inserting value to the field using NOW(), the values of the date time is inserted to the table but i need the microseconds also to be inserted to my table.

    What shall i do in this case?

    Is that any function available in Mysql for retreiving the datetime with microseconds?

    Comment

    Working...