Re: [PHP] select query question

2003-02-17 Thread Rick Emery
<[EMAIL PROTECTED]> Sent: Monday, February 17, 2003 11:19 AM Subject: [PHP] select query question hi i have a select query i need to do on a field in my table.. the field is called Flags and there is 1 char for every flag that is set for a certain group.. the flags are F S L C G R now what i wa

[PHP] select query question

2003-02-17 Thread Sunfire
hi i have a select query i need to do on a field in my table.. the field is called Flags and there is 1 char for every flag that is set for a certain group.. the flags are F S L C G R now what i want to do is search for every instance of Flags field that has any value except L and C in it and selec