How to use a sql function or perform calculations in a statement generating with zend_db_select?
Answer Posted / Madhumeeta
{"solution": ["Use Zend_Db_Sql and Sql_* functions", "Construct the SQL statement using these functions", "Return the result as needed"]}
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers