mightyryan Posted September 14, 2015 Share Posted September 14, 2015 (edited) Hello! Does anybody know here what to query in MySQL to change all the birthday of all the accounts(login) to 0000-00-00? Edited September 14, 2015 by mightyryan Quote Link to comment Share on other sites More sharing options...
EL Dragon Posted September 14, 2015 Share Posted September 14, 2015 run in mysql update login set birthdate = '0000-00-00' 1 Quote Link to comment Share on other sites More sharing options...
mightyryan Posted September 15, 2015 Author Share Posted September 15, 2015 thanks it works! +1 Quote Link to comment Share on other sites More sharing options...
Hello! Does anybody know here what to query in MySQL to change all the birthday of all the accounts(login) to 0000-00-00?
Edited by mightyryanLink to comment
Share on other sites