I'm trying to insert into a simple table, but a field of it, is not saving the value I'm passing to it, and the strangest thing is that all other columns get right.
Example
INSERT TabelaExemplo (id, nome, outroId) values (1,'Gabriela', 2)
I...
asked by
02.05.2017 / 15:22