[Solved] SQL JOIN for three tables


select * from tbl_Service where sId not in  (select ser_Id from tbl_quat_ID where quat_Id != <qID>)

i hope qID is passed from application side.. you just need to append the string to pass proper value there

1

solved SQL JOIN for three tables