Forum Discussion
Trisha_Ravindra
Mar 20, 2023Copper Contributor
Need Help with sql code
Table1 code description A000 fever A001 stomach virus Table2 MEMBER_NBR code1 code2 12368 A000 NULL 2476 NULL A001 ...
Ronen_Ariely
Mar 21, 2023MVP
We cannot run a query on the text in your question. What we need is a table with some data. So let's divide the work between us, You will provide what you can and we will fill the blank 🙂
please post:
1) Queries to CREATE your table(s) including indexes
2) Queries to INSERT sample data.
3) The desired result given the sample, as text or image of excel for example.
4) A short description of the business rules, and how you got 1-2 of the results
5) Which version of SQL Server you are using (this will help to fit the query to your version).
Note: This is something you should always provide when you have questions related to queries.
Regards,