mightyryan Posted September 14, 2015 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
EL Dragon Posted September 14, 2015 Posted September 14, 2015 run in mysql update login set birthdate = '0000-00-00' 1 Quote
Question
mightyryan
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 mightyryan2 answers to this question
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.