Viewing 15 posts - 1 through 15 (of 81 total)
November 5, 2018 at 11:12 pm
Did the above query work out?
November 4, 2018 at 10:10 pm
The logic i am using is as follows, find out the records of presidents whose tenure began after another president and who died after the current record president died.
November 4, 2018 at 10:04 pm
I also think, it would need a recursive solution to since lead / lag values based solution looks at the values when the query was kicked off and doesnt get...
November 2, 2018 at 11:15 am
So what you are looking is to show exactly 1 record with a not null value for AccountingCode keeping all other fields intact.
You can try the following
October 4, 2018 at 9:20 pm
The other utilizes the SSIS user parameter in the where clause. This one returns ORA-01745: invalid host/bind variable name. It looks like:
where a.term_code_key = :User::TermCode
How about you replace...
September 13, 2018 at 6:16 am
July 18, 2018 at 12:17 pm
July 17, 2018 at 8:29 pm
July 17, 2018 at 7:38 pm
July 15, 2018 at 11:47 am
July 12, 2018 at 10:28 am
Sample Input Records
Column1 Column2
A ...
July 11, 2018 at 11:37 am
July 11, 2018 at 11:25 am
July 11, 2018 at 10:16 am
Viewing 15 posts - 1 through 15 (of 81 total)