Is it possible to write a query that appends a column to a table, the contents of which come from another table, and then save that table so that the process can be repeated?
For example, I have a table that has a field called status. I run another query ("new") which creates another table with the current status as of that date.
I'd like to merge the two so that I end up with a table that has the status field in it from each subsequent run of "new"
E.g.
company, status
becomes company, status, status.t1, status.t2
Thanks,
bitsa
For example, I have a table that has a field called status. I run another query ("new") which creates another table with the current status as of that date.
I'd like to merge the two so that I end up with a table that has the status field in it from each subsequent run of "new"
E.g.
company, status
becomes company, status, status.t1, status.t2
Thanks,
bitsa