Re: What is the best way to do this

2002-04-29 Thread Gelu
ddress : [EMAIL PROTECTED] [EMAIL PROTECTED] - Original Message - From: Jan Peuker <[EMAIL PROTECTED]> To: Javier <[EMAIL PROTECTED]> Cc: <[EMAIL PROTECTED]> Sent: Monday, April 29, 2002 9:36 PM Subject: Re: What is the best way to do this

Re: What is the best way to do this

2002-04-29 Thread Jan Peuker
values enclosed by % % as patterns and do this: select row from table2,table3 where fields-m like table3.patterns; This should work, regards Jan - Original Message - From: "Javier" <[EMAIL PROTECTED]> To: "Jan Peuker" <[EMAIL PROTECTED]> Sent: Monday, April 29,

RE: What is the best way to do this

2002-04-29 Thread Gurhan Ozen
To: [EMAIL PROTECTED] Subject: What is the best way to do this Hi everybody, I need do the following: I have two MySQL tables, Table1 . . field-n . . Table2 . . field-m . . and are both varchar(100) containing words separated by space. I need to find out if

What is the best way to do this

2002-04-29 Thread Javier
Hi everybody, I need do the following: I have two MySQL tables, Table1 . . field-n . . Table2 . . field-m . . and are both varchar(100) containing words separated by space. I need to find out if any of the words in also are in . Is it possible to do th