Posts by Mark Damon • 1 point
2 posts
-
0
votes1
answer35
viewsA: Run an instruction in mysql of birth date calculation and update the age column
I resolved from the following fomra: I put an event to run 24 HOURS A DAY CREATE DEFINER=root@localhost EVENT CalculoIdade ON SCHEDULE EVERY 24 HOUR STARTS '2021-07-17 00:00:01' ON COMPLETION…
mysqlanswered Mark Damon 1 -
-3
votes1
answer35
viewsQ: Run an instruction in mysql of birth date calculation and update the age column
I have a column called data_nasc and another age column, but wanted every time the system loaded this instruction into Mysql and updated the age field of all records. So far it works, but the result…
mysqlasked Mark Damon 1