Reputation: 3
I am trying to update a row using query
update tblstudent a, tmpstudent2013 b set a.dob=b.doa where a.dob like '%2013%' and a.admissionno=b.admissionid;
but it is giving me error: Incorrect datetime value "%2013" plz help
Upvotes: 0
Views: 36