PHP Classes

Using MYSQL functions

Recommend this page to a friend!

      Database class extending PDO  >  All threads  >  Using MYSQL functions  >  (Un) Subscribe thread alerts  
Subject:Using MYSQL functions
Summary:Using MYSQL functions in where clause
Messages:4
Author:kendall
Date:2013-04-08 16:12:44
Update:2013-12-09 13:46:40
 

  1. Using MYSQL functions   Reply   Report abuse  
Picture of kendall kendall - 2013-04-08 16:12:44
How do you use MYSQL based functions in where() function

  2. Re: Using MYSQL functions   Reply   Report abuse  
Picture of dealtek dealtek - 2013-06-14 03:14:46 - In reply to message 1 from kendall
I would like to know also

  3. Re: Using MYSQL functions   Reply   Report abuse  
Picture of Jelle Sebreghts Jelle Sebreghts - 2013-12-09 13:46:40 - In reply to message 1 from kendall
Hi,

sorry for the late reply.
Can you provide an example query of what you would like to accomplish?

  4. Re: Using MYSQL functions   Reply   Report abuse  
Picture of luis steffens luis steffens - 2014-09-04 18:44:47 - In reply to message 3 from Jelle Sebreghts
where('key', "like '%{$customerId}%' ", '', ' AND ')

How do it in where clause?