Viewing 9 posts - 1 through 9 (of 9 total)
Hello,
There are a few other name combinations -
VICKERS BSN RN, LAVERNE
VICKERS BSN RN, LAVERNE S
TENELLE JONES, BSN, RN
MARION M KULINSKI, BSN
MARION M KULINSKI, BSN, RN
VICKERS, LAVERNE
VICKERS, LAVERNE S
That should be...
July 29, 2022 at 2:48 pm
Drew,
Holy cow this worked perfectly! Could you walk me through the logic so I can understand exactly why this works? Much appreciated!
Shel
October 3, 2019 at 10:42 pm
Thanks so much DesNorton. I real appreciate your reply. I am looking forward to trying both these approaches.
October 3, 2019 at 9:27 pm
Hi Drew, gaps are possible. Do you know how I would account for gaps in the code? I really appreciate your help I have been working on this all day...
October 3, 2019 at 9:25 pm
Here is some sample code to see if that helps.
CREATE TABLE DMELIST(
MAXORDERBY INT,
MONTH_YEAR DATE,
CARRIERMEMID VARCHAR(20),
SERVCODE VARCHAR(10),
LIMIT VARCHAR(50))
INSERT INTO DMELIST (MAXORDERBY,MONTH_YEAR,CARRIERMEMID,SERVCODE,LIMIT) VALUES ('2','1/1/2018','123456789','E0720','1 60 months');INSERT INTO DMELIST (MAXORDERBY,MONTH_YEAR,CARRIERMEMID,SERVCODE,LIMIT) VALUES ('4','2/1/2018','123456789','A4556','3 month');
INSERT...
April 23, 2019 at 4:15 pm
That is EXACTLY what I was looking for! Thank you so much and for the quick reply!
March 5, 2019 at 8:17 am
April 3, 2018 at 1:59 pm
April 3, 2018 at 1:58 pm
April 3, 2018 at 1:54 pm
Viewing 9 posts - 1 through 9 (of 9 total)