I have a table in MYSQL DB with date field in YYYY-mm-dd format.
i need to get that rows, DAYOFMONTH(<date>) is devidable on 3.
Is it possible to do with mysql functions, or i have to write multiple OR conditions? :/
Thanks
I have a table in MYSQL DB with date field in YYYY-mm-dd format.
i need to get that rows, DAYOFMONTH(<date>) is devidable on 3.
Is it possible to do with mysql functions, or i have to write multiple OR conditions? :/
Thanks