Re: Using 'match' in EOQualifier statement
Re: Using 'match' in EOQualifier statement
- Subject: Re: Using 'match' in EOQualifier statement
- From: Ricardo Strausz <email@hidden>
- Date: Tue, 4 Mar 2003 11:32:03 -0600
Hi John,
first of all, I'd never used the "match" with in a select (my Sybase do
not support it) so I think this most be a db-specific opt. If so, you
may nead to use RawSQL to perform your fetch, but this means lot of
work (becouse after the fetch, you may want to 'see' such a data...
On the oder hand, you may have the same behave with standar SQL
(supposing you have a good model) which then can be done via a std
Qualifier and/or relations. Or, am I missing something?
On martes, marz 4, 2003, at 07:30 America/Mexico_City, Scott, John R
wrote:
I am using a MySQL database and wish to create the equivalent of the
following SQL statement using an EOQualifier. Does anyone know if this
is possible please?
The SQL statement is of the form:
Select * from item where match (itemname,itemdescription) against
('adsl');
Thanks
John
_______________________________________________
webobjects-dev mailing list | email@hidden
Help/Unsubscribe/Archives:
http://www.lists.apple.com/mailman/listinfo/webobjects-dev
Do not post admin requests to the list. They will be ignored.
Dino
http://homepage.mac.com/strausz
_______________________________________________
webobjects-dev mailing list | email@hidden
Help/Unsubscribe/Archives: http://www.lists.apple.com/mailman/listinfo/webobjects-dev
Do not post admin requests to the list. They will be ignored.