I have a table of users and I want a query that will tell me if a particular user is listed in the table. For example, in the table below:
Users | Ages
Bob | 22
Mike | 30
Sue | 21
Can someone help me with a query that does something like,
If (In USERS_TABLE, Mike is in column 'Users'){$userPresent="true";}