|
Inserts
Your description is not complete -- or the problem is not solvable. Essentially, you need to join your tables together. Since each contains a single text column, there does not seem room for a key - unless you left that information out. Repost showing the structure of both tables in their entirety, including key fields. If you are relying on the "order" of data in the database, it will depend on your dbms. If you have Oracle or have Sybase or MSSQL with a clustered index, your "order" is already lost (there may be a way to recover it in MSSQL if you have not clustered, but the level of effort required would be greater than reentering the data unless you have thousands of records).
|