"Blue Wave Software" <[EMAIL PROTECTED]> wrote on 18/08/2005 
15:57:34:

> I'm having one of those slow brain days. 
> 
> 
> 
> I want a partial filter egg. All records where field1 begins with "ABC" 
any
> body know the where clause to do this. 
> 
> In Access it's where field1 = 'ABC*' but I can't find the MYSQL 
equivalent,
> or isn't there one.


WHERE field1 LIKE 'ABC%' ;



-- 
MySQL General Mailing List
For list archives: http://lists.mysql.com/mysql
To unsubscribe:    http://lists.mysql.com/[EMAIL PROTECTED]

Reply via email to