1
This is the description of my table in Mysql
That’s how I’m inserting the records
insert into pedido
(data_criacao,data_entrega,
entrega_cep,
entrega_cidade,entrega_logradouro,entrega_numero,entrega_uf,
forma_pagamento,status,valor_desconto,valor_frete,valor_total,cliente_id,vendedor_id)
values(2013-08-17 11:25:00,
2013-08-20,34400000,"Uberlandia","Rua das arvores grandes",300,"MG","DINHEIRO","ORCAMENTO",0.00,0.00,1000.00,1,1);
This is the error that is appearing in the table;
The error is on line 6, how do I enter the record correctly;