update datetime with another datetime field

  • i have thousand records in my table
    i.e:

    having_date
    2/1/2017
    booking_date
    31/12/2107

    i want to update day and month in having_date with day and month in booking_date

    thanks for solution...
    regards

  • queenside666 - Thursday, April 5, 2018 2:51 AM

    i have thousand records in my table
    i.e:

    having_date
    2/1/2017
    booking_date
    31/12/2107

    i want to update day and month in having_date with day and month in booking_date

    thanks for solution...
    regards

    This is a trivial problem but you'll need to provide more information such as the DDL (create table) script(s), sample data as an insert statement and the expected results.
    😎

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

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