Viewing 14 posts - 1 through 14 (of 14 total)
CREATE TABLE #Diags ([ChartProcedureId] UNIQUEIDENTIFIER, [DiagnosisCodes] VARCHAR(200))
INSERT INTO #Diags ([ChartProcedureId], [DiagnosisCodes]) VALUES ('8EAFEEBB-33A1-4FED-8A2C-50C3B6F2A1CF', 'K05.10,K05.11,K05.213')
INSERT INTO #Diags ([ChartProcedureId], [DiagnosisCodes]) VALUES ('BBB53D21-9FD5-4607-8816-D31BB5A84D2C', 'K05.10,K05.11,K05.213,K05.223')
INSERT INTO #Diags ([ChartProcedureId], [DiagnosisCodes]) VALUES ('D6EA12FE-4D23-42BB-89AC-DED166124E6F', 'K01.1,K02.7')
SELECT * FROM...
February 9, 2023 at 6:46 pm
Disregard - I see it now (had to select Print Layout).
September 1, 2022 at 5:52 pm
Thom,
My apologies, the SQL I used is
select *
from [ApplicationCenter].[AccessControlLists]
WHERE NodeId = 60
I tried your SQL and got an error.
Msg 319, Level 15, State 1, Line 21
Incorrect syntax near the keyword...
June 22, 2022 at 3:16 pm
Yes and those True's can be a False as well.
June 22, 2022 at 3:12 pm
Can I mark all that replied as the answer as all truly were spot on?
June 7, 2022 at 6:11 pm
Thank you all for the amazing help. I can use all suggestions and deeply appreciate the assistance.
June 7, 2022 at 6:10 pm
I have and it does not change the values.
June 7, 2022 at 5:07 pm
Thank you kindly.
February 28, 2019 at 1:25 pm
I am getting back another error that the URL is not declared. Sorry for my ignorance, not familiar with Javascript and feel out of my element.
= "void(window.open('" & URL...
November 10, 2015 at 5:45 pm
This? If so, I get an error about the expression containing a colon or line terminator. Not too sure what to put.
= "void(window.open('" & http://fsaps01/Reports/Billing Reports/links/ICDQuick &...
November 10, 2015 at 5:16 pm
Thank you kindly, I have the results i need.
February 14, 2012 at 10:21 am
Viewing 14 posts - 1 through 14 (of 14 total)