Subject | Re: [firebird-support] SELECT INTO TABLE |
---|---|
Author | Martijn Tonies |
Post date | 2007-01-24T19:28:55Z |
Vlad,
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
> Is there a way to do this in Firebird 2.0:insert into employees2
>
> SELECT * INTO Employees2 FROM Employees -- SQL Server Syntax
> Employees and Employees2 are identical tables.
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