On Sun, 2004-07-18 at 15:00, John W. Holmes wrote:
> Cole S. Ashcraft wrote:
>
> > I am trying to figure out how to display something where the condition
> > is not like im a MySQL query. The query is
> >
> >> select * from class where classID like '_00'order by classID;
> >
> >
> > How would
Cole S. Ashcraft wrote:
I am trying to figure out how to display something where the condition
is not like im a MySQL query. The query is
select * from class where classID like '_00'order by classID;
How would I make the like into a not like (aka negating it. The ! does
not work)? I couldn't fi
I am trying to figure out how to display something where the condition
is not like im a MySQL query. The query is
select * from class where classID like '_00'order by classID;
How would I make the like into a not like (aka negating it. The ! does
not work)? I couldn't find anything in the MySQL