Right: Zend_Db_Table generally restricts to portable SQL, but
UPDATE...LIMIT is a MySQL extension to SQL.  This usage is not standard
SQL and it is not supported by other brands of RDBMS.

You can write your own methods in your concrete Table classes, or you
can use Adapter methods like query() to run SQL statements you specify.

Regards,
Bill Karwin

> -----Original Message-----
> From: Ian Warner [mailto:[EMAIL PROTECTED] 
> Sent: Tuesday, October 16, 2007 9:23 AM
> To: Zend Framework
> Subject: [fw-general] DB Table - Update with Limit
> 
> Hi
> 
> It doesnt seem as though DB table allows for an update with a 
> limit clause
> 
> Is this right?
> 
> Is it better to write a qhole query or are there alternatives 
> using the data models.
> 
> Ian
> 

Reply via email to