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

[SQL] Insert into ... values ( SELECT ... FROM ... )

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

  1. Stack

    Stack Membro Participativo

    I am trying to INSERT INTO a table using the input from another table. Although this is entirely feasible for many database engines, I always seem to struggle to remember the correct syntax for the SQL engine of the day (MySQL, Oracle, SQL Server, Informix, and DB2).

    Is there a silver-bullet syntax coming from an SQL standard (for example, SQL-92) that would allow me to insert the values without worrying about the underlying database?

    Continue reading...

Compartilhe esta Página