0
I have the following query
:
INSERT INTO celulas ( diaReunioes ) VALUES ( 'Terça' )
You’re making the following mistake:
Data Truncate for column 'diaReunioes' at row 1
This field in the table is:
`diaReunioes` enum('Segunda',' Terça',' Quarta',' Quinta',' Sexta',' Sábado',' Domingo') NOT NULL DEFAULT 'Segunda',
Where is the error?
that’s right, thank you!
– Carlos Rocha