0
Personal Good night I want to insert data in a table but it presents an error "Too Many values" I will put my code for you to analyze.
Insert into tab_Conta(id_correntista,id_banco, id_conta,id_agencia,nr_digito_conta,cd_tipo_correntista,vl_saldo) values(1,1,1,1,'123',1,'casa',10.00);
My information about table tab_Conta
Foi man rodou.Thanks, man another question when trying to run an Insert with To_date it presents the following error. A non-numerical character was located where a numeric was expected. Comando insert tab_correntista(id_correntista,nm_nome,ds_sexo,nr_numero,id_municipio,id_cep,dt_nascimento) values(1,'Lucas','F',1,1,'12',TO_DATE('2003/05/03 21:02:44', 'yyyy/mm/dd hh24:mi:ss'));
– Felipe