Re: Working with FIND_IN_SET

2001-04-08 Thread Thalis A. Kalfigopoulos
On Sun, 8 Apr 2001, John Hart wrote: I am working on a rather large database project, in which I am making a text column that contains different data, seperated by commas. What I need to do is run a query where I will return only the datasets that contain any of sets that partially, or

RE: Working with FIND_IN_SET

2001-04-08 Thread Martin Hubert
t * from header,type where (id=id) and dataset in("...","...") group by id So long Martin -Original Message- From: Thalis A. Kalfigopoulos [mailto:[EMAIL PROTECTED]] Sent: Sunday, April 08, 2001 11:42 AM To: John Hart Cc: [EMAIL PROTECTED] Subject: Re: Working with

Working with FIND_IN_SET

2001-04-07 Thread John Hart
I am working on a rather large database project, in which I am making a text column that contains different data, seperated by commas. What I need to do is run a query where I will return only the datasets that contain any of sets that partially, or fully match any data in the set... For