How can i add date as auto update when import data from csv file?

前端 未结 2 616
挽巷
挽巷 2021-01-28 13:40

I want to add date and time auto update. Can anyone help me how can i do this. i am importing data from csv file and there is no any field of date i want to auto update this fie

2条回答
  •  心在旅途
    2021-01-28 13:44

    Sanjay Rathod --> UPDATE [yourTable] SET [yourDatetimeColumn] = NOW();

    (see this post for more information.)

提交回复
热议问题