R! wrote:
> 
> $select->from(
>     'tablename',
>    array(
>       '*',
>      'product'=>new Zend_Db_Expr('aaa')
>    )
> )
> 
> I think
> 

Tried this method, but:

string(1276) "ERROR: SQLSTATE[42S22]: Column not found: 1054 Unknown column
'aaa' in 'field list'

I don't know why.

-- 
View this message in context: 
http://www.nabble.com/Zend_Db_Select--question-tp19090172p19091261.html
Sent from the Zend Framework mailing list archive at Nabble.com.

Reply via email to