It's quite simple like you were filling such a variable.
segunda-feira, 25 de março de 2013
Cloning tables in TSQL, as in Oracle CTAS
Explaining: the CREATE TABLE AS SELECT * FROM command, used to create a whole new table from an existing one (aka CTAS), and already importing its data, has a similar on Microsoft Transact-SQL: SELECT * INTO NEW_TABLE FROM EXISTENT_TABLE .
It's quite simple like you were filling such a variable.
It's quite simple like you were filling such a variable.
Clonando tabelas no TSQL, como o CTAS do Oracle
Explicando: o comando CREATE TABLE AS SELECT * FROM , usado para criar uma nova tabela a partir de outra no Oracle (aka CTAS), e já importando seus dados, tem um correspondente no Microsoft Transact-SQL: SELECT * INTO NEW_TABLE FROM EXISTENT_TABLE .
É tão simples como se estivesse preenchendo uma variável.
É tão simples como se estivesse preenchendo uma variável.
Assinar:
Postagens (Atom)