I need to make one column distinct in inner join three tables
I need to make videoName distinct y only not other colunms
how can I write the query
please help
- SElECT distinct t1.MID, distinct t1.VideoName, t2.*,t3.UniID,t3.user_type from dbo.Material AS t1 INNER JOIN dbo.ModuleRelation As t2 ON t2.MID=t1.MID INNER JOIN dbo.Users AS t3 ON t3.UniID=t2.UId where t3.user_type='Staff' and t1.IsDeleted = 0 AND t2.MID='CM1034D';
thanks
Midhun TpPosted Aug 16, 2016, 10:57 AM
Midhun TpPosted Aug 16, 2016, 11:54 AM
Joma RajabPosted Aug 16, 2016, 11:18 AM
Joma RajabPosted Aug 16, 2016, 10:41 AM
Midhun TpPosted Aug 16, 2016, 10:21 AM
Tapan PatelPosted Aug 16, 2016, 10:21 AM
Joma RajabPosted Aug 16, 2016, 10:14 AM
Midhun T P
thanksMidhun TpPosted Aug 16, 2016, 9:31 AM
Tapan PatelPosted Aug 16, 2016, 9:13 AM