areasuporte:firebirdcmdsql
Table of Contents
Setando um ID gerador
Set Generator to N
Copiando uma tabela para outra
insert into STATERAACPRODUTOS2 select * from STATERAACPRODUTOS
Unindo tabelas com determinados campos e condições
insert into Members (number, name) select number, name from NewMembers where Accepted = 1 union select number, name from SuspendedMembers where Vindicated = 1
areasuporte/firebirdcmdsql.txt · Last modified: by 127.0.0.1
