Im trying to write a query in an If clause that calls a select statement
Hello all,
Im trying to write an If clause, if a personId is found in a select statement where it only looks at personIds that are managers return false. How can I write this? Im thinking something like If personId in (select personId.....where category - MGR)