Viewing 6 posts - 1 through 6 (of 6 total)
EDIT: Never mind - you actually mentioned this.
A lot of this is over my head... but it is my understanding that at a certain point you are comparing queries that...
June 4, 2019 at 2:01 pm
This is the solution I came up with. Obviously not ideal SQL, but it works within the limitations of the table structure, runs much faster and is (surprisingly) less onerous...
January 23, 2019 at 8:55 am
That is an interesting idea. I could possibly use a window function to establish the PreReq#:
SELECT [t].[PERSONID]
,[t].[EVENT_ID]
,[p].[SEQUENCE_NUMBER]
,[p].[OPEN_PARENS]
,[p].[PREREQ_EVENT_ID]
...
May 17, 2018 at 10:48 am
May 15, 2018 at 1:27 pm
May 15, 2018 at 12:01 pm
May 15, 2018 at 10:05 am
Viewing 6 posts - 1 through 6 (of 6 total)