Subject Re: [firebird-support] SELECT INTO TABLE
Author Martijn Tonies
Vlad,

> Is there a way to do this in Firebird 2.0:
>
> SELECT * INTO Employees2 FROM Employees -- SQL Server Syntax
> Employees and Employees2 are identical tables.

insert into employees2
select * from employees

I believe :)

Martijn Tonies
Database Workbench - development tool for Firebird and more!
Upscene Productions
http://www.upscene.com
My thoughts:
http://blog.upscene.com/martijn/
Database development questions? Check the forum!
http://www.databasedevelopmentforum.com