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
Sanjay Rathod --> UPDATE [yourTable] SET [yourDatetimeColumn] = NOW();
(see this post for more information.)