Use MySQL date functions inside query
Permalink
Hi,
When I try to use MySQL functions (such as NOW() and DATE_ADD) within my queries, the ADODB library breaks them as it wraps them in quotes. How can I use these functions in my queries using the ADODB functions or am I going to have to write it out in full?
When I try to use MySQL functions (such as NOW() and DATE_ADD) within my queries, the ADODB library breaks them as it wraps them in quotes. How can I use these functions in my queries using the ADODB functions or am I going to have to write it out in full?