3
I am using Oracle SQL Developer to finish a project, when I was popular the database, the software accused an error in the following line:
INSERT INTO musica (cod_musica, data_composicao, titulo, duracao)
VALUES (11111, '1993/01/01', 'Fênis', '22/12/2016 00:15:19 123');
data_composicao is as DATE and duracao is as TIMESTAMP, even when I take the '' I can’t make it work, I thank you for your attention.