In the database I can only insert if I add a code, but I want it to be auto increment, in the database I use postgre and declare the code as serial
String sql = "INSERT INTO tbl_cliente(codigo,nome, cpf, telefone, endereco, sexo, pagamento, mo...
asked by
04.06.2016 / 16:18