Viewing 4 posts - 1 through 4 (of 4 total)
Thanks Mark that is exactly what I'm looking for!
Simple and fast!
😀
April 9, 2013 at 2:49 am
Not really let me put a full copy of the example:
--Okay Slightly different sample data
DROP TABLE Contracts
CREATE TABLE Contracts (ID INT IDENTITY, Contract_Description VARCHAR(50), StartDate DATETIME)
DROP TABLE Sections
CREATE TABLE Sections...
April 8, 2013 at 8:21 am
For my question on the forum I drastically simplified the actual data structures to hopefully get a concise answer.
Basically, I have a screen that needs to list all the...
September 16, 2010 at 1:57 am
Thanks very much for your quick and comprehensive response!
I've been reading all about recursive queries, loops and hierarchical data structures getting more and more frustrated. All I want...
September 15, 2010 at 5:38 am
Viewing 4 posts - 1 through 4 (of 4 total)