Search found 1 match
- 16.03.2008, 18:04
- Forum: 6.5.1 (alpha) - 6.6.x (beta)
- Topic: Read from a table and write in other table
- Replies: 1
- Views: 757
Read from a table and write in other table
Hi!! I am newbie in these things of data base and have a one doubt. What I want is to make a query to a table (through the command SELECT FROM...) and then write the results in other table (though the command INSERT INTO...). To make this, do I need 2 Query components (one to read and other to write...