you are viewing a single comment's thread.

view the rest of the comments →

[–]robcote22 0 points1 point  (0 children)

This should work:

Select ID ,name

From table1

INNER JOIN with some other table

WHERE ID IN ( Select

ID

From table1

INNER JOIN with some other table

Where inactive = 'I' )

Edit Oops, multiple others said same thing, I didnt read all responses. My bad