I am using Oracle SQL Developer to terminate a project, when the database was popular, 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 not make it work, thanks for the attention.