FisherPRic3
New Member
Hey everyone,
I have a very specific goal in mind here and its possible that i may just end up needing a complicated script to accomplish this but please see below for my example.
I have a script that produces some text similar to what you see below.
| Line 1 | Data 1 |
| Line 2 | Data 2 |
| Line 3 | Data 3 |
| Line 4 | Data 4 |
This data comes from an sql query and the goal here is that the Data column will be changed following this query and i want to run the query again after the change with the updated data from column 2 being appended to its respective line as a third column. So the new query would produce the below text.
| Line 1 | Data 1 |
| Line 2 | Data 2 |
| Line 3 | Data 3 |
| Line 4 | Data 4 |
And the end goal would be to merge the two results so that the changes can be easily viewed right next to echo other. Ex. Below.
| Line 1 | Data 1 | Data 1(New) |
| Line 2 | Data 2 | Data 2(New) |
| Line 3 | Data 3 | Data 3(New) |
| Line 4 | Data 4 | Data 4(New) |
Im not sure if there is an easy way to accomplish this or not. If anyone can provide any insight it would by much appreciated.
I have a very specific goal in mind here and its possible that i may just end up needing a complicated script to accomplish this but please see below for my example.
I have a script that produces some text similar to what you see below.
| Line 1 | Data 1 |
| Line 2 | Data 2 |
| Line 3 | Data 3 |
| Line 4 | Data 4 |
This data comes from an sql query and the goal here is that the Data column will be changed following this query and i want to run the query again after the change with the updated data from column 2 being appended to its respective line as a third column. So the new query would produce the below text.
| Line 1 | Data 1 |
| Line 2 | Data 2 |
| Line 3 | Data 3 |
| Line 4 | Data 4 |
And the end goal would be to merge the two results so that the changes can be easily viewed right next to echo other. Ex. Below.
| Line 1 | Data 1 | Data 1(New) |
| Line 2 | Data 2 | Data 2(New) |
| Line 3 | Data 3 | Data 3(New) |
| Line 4 | Data 4 | Data 4(New) |
Im not sure if there is an easy way to accomplish this or not. If anyone can provide any insight it would by much appreciated.