Hello,
I need to implement a search engine .
I'm working with ORACLE, but the matter is that I don't know how to write
with Castor oql queries equivalent to sql queries :
SELECT
table1.field1,
table1.field2,
table1.field3,
FROM
table1
WHERE
upper(table1.field1) like "%TXT1%"
and upper(table1.field2 ) like "%TXT2%"
and upper(table1.field3 ) like "%TXT3%"
Help!!!
David DUARTE
-----------------------------------------------------------
If you wish to unsubscribe from this mailing, send mail to
[EMAIL PROTECTED] with a subject of:
unsubscribe castor-dev