Posts by L.HenriqueAbreu • 9 points
1 post
-
0
votes2
answers374
viewsA: Error in Workbench database, birth date, error 0000-00-00
Do the Insert like this: INSERT INTO pessoas (id, nome, nascimento, sexo, peso, altura, nacionalidade) VALUES (DEFAULT, 'JOAO PAULO', '2018-02-25', 'M', 90, 1.68, DEFAULT);…
mysqlanswered L.HenriqueAbreu 9