On Fri, 03 Dec 2004 10:58:30 -0700, Steve Grosz wrote:
> 
> I wrote my query as
> select Cust_ID, Cust_Name
> from mailings
> where ucase(Name) = ucase(Cust_Name)
> 
> When it runs, I get a error:
> You have an error in your SQL syntax; check the manual that corresponds
> to your MySQL server version for the right syntax to use near 'Grosz =
> Cust_Name' at line 3

Use cfqueryparam for all your parameters.

Jochem

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

Reply via email to