Viewing 2 posts - 1 through 3 (of 3 total)
Hi Lutz
The updated code worked a treat (first time) - thank you
Dougal
February 15, 2010 at 4:37 pm
#1119007
This query creates the follwoing data set. It is the following data set the the CTE query is run against.
CREATE TABLE tmp_restrict
(
[seq] [int],
[seq2] [int],
[seq3] [int],
[BLDGID] [varchar] (6) NOT...
February 15, 2010 at 3:18 pm
#1118985