Home > database >  Please add the data to an empty value
Please add the data to an empty value

Time:10-10

I need to empty the column values into the day's date, seeks the solution!

CodePudding user response:

Have access to the system time function, different databases, Internet bai

CodePudding user response:

This is easy, the key is what database, you use a different database, the grammar is different,

CodePudding user response:

Endtime=GETDATE ()

CodePudding user response:

 update table set endDate=date (now ()) 
this is the (date) (month) (year).
 update table set endDate=now () 
need overtime hours in this way,
  • Related