Golgappa.net | Golgappa.org | BagIndia.net | BodyIndia.Com | CabIndia.net | CarsBikes.net | CarsBikes.org | CashIndia.net | ConsumerIndia.net | CookingIndia.net | DataIndia.net | DealIndia.net | EmailIndia.net | FirstTablet.com | FirstTourist.com | ForsaleIndia.net | IndiaBody.Com | IndiaCab.net | IndiaCash.net | IndiaModel.net | KidForum.net | OfficeIndia.net | PaysIndia.com | RestaurantIndia.net | RestaurantsIndia.net | SaleForum.net | SellForum.net | SoldIndia.com | StarIndia.net | TomatoCab.com | TomatoCabs.com | TownIndia.com
Interested to Buy Any Domain ? << Click Here >> for more details...


I want to use a sql function or perform calculations in a statement I'm generating with zend_db_select. How can I do this?



I want to use a sql function or perform calculations in a statement I'm generating with zend_db..

Answer / Gaurav Kumar Agarwal

Zend Framework provides a way to include SQL functions and calculations in your statements using the `ZendDbSqlExpression` class. Here's an example:n1. Create an instance of Expression: `$expression = new ZendDbSqlExpression('SUM(column_name)');`n2. Add the expression to your Select object: `$select->columns(['total' => $expression]);`

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More Zend Interview Questions

How to write a program to retrieve the view object within plugin?

1 Answers  


How can you get a module name in bootstrap file.

1 Answers  


Explain the use of bootstrap used in zend framework?

1 Answers  


What should I know about the zend framework cla before submitting it?

1 Answers  


What is the function lucene?

1 Answers  


Named the latest version of zend framework?

1 Answers  


What are decorators in the zend framework?

1 Answers  


What is the minimum php version required to run zend framework 2.0?

1 Answers  


What is autoloader in zend framework?

1 Answers  


How to install zend framework?

1 Answers  


Should I sign an individual cla or a corporate cla?

1 Answers  


Write a program to show the instantiation of the window class?

1 Answers  


Categories