J
James Palmer
Guest
You can't manipulate a temp table (static or dynamic) after it's instantiated. I suppose what you could do is to generate a dynamic temp table from the static one, and then add the extra detail you want, but it's going to be clunky.
Continue reading...
Continue reading...