I was wondering if its possible to add a condition like the code below in a select statement, and if it is, how should I do it ?
code that looks like these
SELECT first_name ,last_name FROM persons_table [condition: WHERE last_name is on exclusiveList]