1. Anuncie Aqui ! Entre em contato fdantas@4each.com.br

[SQL] Insert into postgres SQL

Discussão em 'Outras Linguagens' iniciado por Stack, Outubro 25, 2024 às 10:12.

  1. Stack

    Stack Membro Participativo

    Is there a way to insert a new record to a table which doesn't have an auto-increment ID without specifically entering the ID. I just want the ID to be lastId+1.

    INSERT INTO lists VALUES (id,'KO','SPH', '5') //new id

    Continue reading...

Compartilhe esta Página