Viewing 3 posts - 1 through 3 (of 3 total)
Mike,
you're going to want to build and execute your sql statement dynamically.
Basically, you're going to build your SELECT statement as a text string. You will execute the SELECT statement...
August 29, 2003 at 8:40 pm
ghughes,
I tested Greg's statement and it should work fine. The only suggestion that i might make is to provide an alias for the correlated subquery table. But i...
August 26, 2003 at 8:58 pm
So are the two methods that are mentioned better than using a CURSOR in any way?
Speed?
Memory Usage?
Especially dealing in a high volume (10 of millions) of records.
August 26, 2003 at 8:12 am
Viewing 3 posts - 1 through 3 (of 3 total)