So is there any other alternative.
Thanks,
Abhishek jain
On 3/10/07, Michael Dykman <[EMAIL PROTECTED]> wrote:
LIKE and NOT LIKE can be a dangerous path.. it is very easy to put
yourself in a situation where your logic design requires full table
scans for every query..
- michael dykman
On
On 3/8/07, abhishek jain <[EMAIL PROTECTED]> wrote:
On 3/6/07, abhishek jain <[EMAIL PROTECTED]> wrote:
>
>
>
> On 3/6/07, Nils Meyer <[EMAIL PROTECTED] > wrote:
>
> > Hi,
> >
> > abhishek jain wrote:
> > > I am having a database with varchar(255) columns named title,
> > > extra_info1,extra_i
On 3/6/07, abhishek jain <[EMAIL PROTECTED]> wrote:
On 3/6/07, Nils Meyer <[EMAIL PROTECTED]> wrote:
> Hi,
>
> abhishek jain wrote:
> > I am having a database with varchar(255) columns named title,
> > extra_info1,extra_info2,extra_info3 .
> > I want to search all these columns with a search
On 3/6/07, Nils Meyer <[EMAIL PROTECTED]> wrote:
Hi,
abhishek jain wrote:
> I am having a database with varchar(255) columns named title,
> extra_info1,extra_info2,extra_info3 .
> I want to search all these columns with a search string given to me via
a
> form ,I am using PERL, the string will
Hi,
abhishek jain wrote:
I am having a database with varchar(255) columns named title,
extra_info1,extra_info2,extra_info3 .
I want to search all these columns with a search string given to me via a
form ,I am using PERL, the string will be like
+abhishek jain -abcd "this should be exact"
I t
Hi Friends,
I am having a database with varchar(255) columns named title,
extra_info1,extra_info2,extra_info3 .
I want to search all these columns with a search string given to me via a
form ,I am using PERL, the string will be like
+abhishek jain -abcd "this should be exact"
As you can see the