Re: Creating temp tables to upload and compare data
Hello,
I would like to compare two sets of extracted data to check for differences. I was thinking that I could create a couple of temp tables and upload the data then run an sql to compare differences.
To create the temp tables and insert data statements, is that something I can find in the report manual? I seem to remember the sql to load data was something like 'Insert into xxx From filename'? And a temp table is something like Create Temp xxxx?
Any thoughts or help that would point in the right direction appreciated!
Thanks
Gary