PDA

View Full Version : sql server2005


texerasmo
23-04-2007, 13:30
create table erasmotest as
SELECT * FROM dbo.TipoSchede
where codicecategoria=51 and tiposcheda=1;

dovrei fare questa cosa come si fa su sql server2005

Gremo
24-04-2007, 00:22
create table erasmotest as
SELECT * FROM dbo.TipoSchede
where codicecategoria=51 and tiposcheda=1;

dovrei fare questa cosa come si fa su sql server2005

:mc: http://msdn2.microsoft.com/it-it/library/ms187956.aspx