jayke00
11-25-2003, 05:19 PM
Hey,
I was wondering if its possible to query the database but exclude certain information. I'm wanting to search a table for all the users I have, but exclude a single user from that search. What im wanting is an 'exclude' option:
select * from table where user_info='user_info' exclude user_id='user_id'
Does anyone know how I could do this, or if it's even possible.
Thanks :)
I was wondering if its possible to query the database but exclude certain information. I'm wanting to search a table for all the users I have, but exclude a single user from that search. What im wanting is an 'exclude' option:
select * from table where user_info='user_info' exclude user_id='user_id'
Does anyone know how I could do this, or if it's even possible.
Thanks :)