RE: Selecting set members
At 17:18 -0500 2/21/02, John Fulton wrote: >Neil, > >Thank you for giving me that idea. That exact syntax did not >work with "=" but using "like" worked well. Problem solved. You might find that using FIND_IN_SET('afternoons',availability) works as well. > >Thanks, > John > > >mysql> select
RE: Selecting set members
Neil, Thank you for giving me that idea. That exact syntax did not work with "=" but using "like" worked well. Problem solved. Thanks, John mysql> select availability FROM application; +---+ | availability