Subject | Re: [firebird-support] copy data between tables |
---|---|
Author | Martijn Tonies |
Post date | 2010-03-04T09:12:55Z |
Hi,
Optionally provide columns.
With regards,
Martijn Tonies
Upscene Productions
http://www.upscene.com
Download Database Workbench for Oracle, MS SQL Server, Sybase SQL
Anywhere, MySQL, InterBase, NexusDB and Firebird!
Database questions? Check the forum:
http://www.databasedevelopmentforum.com
>i have 2 tables in the same db with the same structure.insert into newtable select * from oldtable
>
> i need to copy same rows from one table to the other.
>
> it's better if i can do it directly with a query without using procedures
> (but if it's the unique way it's ok too).
>
> how i can do that?
Optionally provide columns.
With regards,
Martijn Tonies
Upscene Productions
http://www.upscene.com
Download Database Workbench for Oracle, MS SQL Server, Sybase SQL
Anywhere, MySQL, InterBase, NexusDB and Firebird!
Database questions? Check the forum:
http://www.databasedevelopmentforum.com