gehrke
(usa Outra)
Enviado em 03/01/2010 - 10:42h
eu mudei os campos para float, e o q aconteceu foi q o erro mudou da linha 19 para a 23
mysql> create table viagens(
-> id int(4) auto_increment not null primary key,
-> motorista varchar(235) not null,
-> placa varchar(235) not null,
-> data varchar(235) not null,
-> local varchar(235) not null,
-> destino varchar(235) not null,
-> empresa varchar(235) not null,
-> frete_reais float(7) not null,
-> adiantamento_pesos float(7,2) not null,
-> pedagio_pesos float(7,2) not null,
-> praia_cotecar_pesos float(7,2) not null,
-> imigracao_pesos float(7,2) not null,
-> habilitacao_pesos float(7,2) not null,
-> fumigacao_pesos float(7,2) not null,
-> diesel_peso float(7,2) not null,
-> telefone_peso float(7,2) not null,
-> outras_dispesas_pesos float(7,2) not null,
-> total_despesas_pesos float(7,2) not null,
-> total_pesos float(7,2) not null,
-> sobra_adiant_pesos float(7,2) not null,
-> despesa_motorista_pesos float(7,2) not null,
-> cotacao_peso-real float(7,2) not null,
-> com_mot_reais float(7,2) not null,
-> liq_a_receb_reais float(7,2) not null,
-> km_saida int(10) not null,
-> km_chegada int(10) not null,
-> litros float(7,3) not null,
-> media float(7,3) not null);
ERROR 1064 (42000): You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near '-real float(7,2) not null,
com_mot_reais float(7,2) not null,
liq_a_receb_reais ' at line 23