Hello All!
I'm new to SAS and am encountering the following error
52 proc sql;
53 SELECT cd.*
54 FROM HCI_sql.DM_Claim_Diagnosis cd
55 INNER JOIN HCI_sql.DM_Claim c
56 ON cd.strClaim = c.strClaim
57 AND c.datAdmit BETWEEN '20051101' AND '20061231'
58 ORDER BY cd.strClaim...
To all,
I am trying to convert data in a varchar field to a datetime field in a temp table, so that I can perform MIN,MAX operations on the field.
I've tried CAST, CONVERT both without success:
SELECT DISTINCT strProviderID, CAST(StartDate AS datetime) AS StartDate
INTO ##BCR_05_temp2
FROM...
Hi All! I'm new to SQL Server.
Is there anyway to program list values for a field(s) for insert operations a-la MS Access field value lists?
Thanks for your help!
Hi All!
I've got reports that use Parameter queries as their data source. Is it possible to print in the header of my report, the last date entered as a month/yyyy? I usually use 2 inputs for the date range. So if I enter for example (2/1/04) for the first date, and then (2/28/04) for the second...
Hi All!
I'm new to Crystal Reports having just talked my IS department into loading Crystal V.7 on my workstaion. I work as a Data Analyst, and write programs specific to my industry (Healthcare) on an ongoing basis. I've been told, or have read, that Crystal Reports is integrated with VB6. I...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.