Chan,
Thursday, May 23, 2002, 10:36:04 AM, you wrote:
>> I have a table with 2 fields, of char type.
>>
>> One field contains a 'ID number'.
>> Another field 'Aliases' contains a list of comma-delimited values. (eg
>> aaa,bbb,ccc)
>>
>> Is it possible using MySQL functions to return the 'IDnumb
> Hi,
>
> I have a table with 2 fields, of char type.
>
> One field contains a 'ID number'.
> Another field 'Aliases' contains a list of comma-delimited values. (eg
> aaa,bbb,ccc)
>
> Is it possible using MySQL functions to return the 'IDnumber' when the
> string "aaa" exists in 'Aliases' ?