sandy_xpac
New Member
- Joined
- Jul 13, 2016
- Messages
- 33
from reports.dbo.Datamart_ClaimDetails cd LEFT OUTER JOIN
Reports.dbo.vwPlan as pd on cd.PlanID=pd.PlanID
where apptdate between '07/01/2016' and '4/30/2017'
and cd.PlanID = (('0549'),('0545'))
It gives me a syntax error at cd.planID= (('0549'),('0545'))
Reports.dbo.vwPlan as pd on cd.PlanID=pd.PlanID
where apptdate between '07/01/2016' and '4/30/2017'
and cd.PlanID = (('0549'),('0545'))
It gives me a syntax error at cd.planID= (('0549'),('0545'))